Blocks are batches of transactions linked together via cryptographic hashes. Any tampering of a block invalidates subsequent blocks as their hashes would be changed. Learn more about this page in our Knowledge Base.
Before You Copy
Transaction Private Note
My Address - Private Name Tag or Note
My Name Tag:
Private Name Tags (up to 35 characters) can be used for easy identification of addresses
Private Note:
A private note (up to 500 characters) can be attached to this address. Please DO NOT store any passwords or private keys here.
><"clear">',
language: {
paginate: {
next: '',
previous: ''
},
lengthMenu: "Show rows: _MENU_",
info: "A total of _MAX_ records found"
},
searching: false,
pagingType: 'full',
columnDefs: [
{ orderable: false, targets: '_all' }
],
processing: true,
serverSide: true,
paging: true,
deferLoading: "",
ajax: {
type: "POST",
contentType: "application/json",
url: "/blocks.aspx/GetBlocksBySubLabel",
data: function (d, settings) {
var labelModel = generateLabelModel();
if (currentLengthDictionary[settings.nTable.getAttribute("id")] != d.length) {
if (currentLengthDictionary[settings.nTable.getAttribute("id")] != undefined) {
d.start = 0;
resetPageDictionary[settings.nTable.getAttribute("id")] = true;
}
currentLengthDictionary[settings.nTable.getAttribute("id")] = d.length;
}
return JSON.stringify({ dataTableModel: d, labelModel: labelModel });
},
dataType: "json",
dataFilter: function (res) {
var parsed = JSON.parse(res);
var morp = parsed.d;
return JSON.stringify(morp);
}
},
columns: columns,
infoCallback: function (settings, start, end, max, total, pre) {
var infoHtml = "
"
if (total > 1000000) {
infoHtml += "More than " + numberWithCommas(1000000) + " records found"
infoHtml += "(Showing last 1m records)"
} else {
if (total > 1) {
infoHtml += 'A total of ' + numberWithCommas(total) + ' records found';
} else {
infoHtml += 'A total of ' + numberWithCommas(total) + ' record found';
}
}
infoHtml += ''
return infoHtml
},
drawCallback: function (settings) {
var api = this.api();
var json = api.ajax.json();
if (!json) {
var currentPageDisp = "1";
//reload state if querystring is available
var urlParams = new URLSearchParams(window.location.search);
var existLength = urlParams.get('size');
if (existLength) {
api.page.len(existLength);
currentLength = parseInt(existLength)
var existStart = urlParams.get('start');
if (!existStart) {
existStart = 0
}
currentPage = Math.floor(existStart / existLength);
api.page(currentPage);
currentPageDisp = currentPage + 1;
}
var totalPage = "";
var totalRecord = "";
if (totalRecord < 10) {
$(".bottom").remove();
}
$('#datatable_length .custom-select.custom-select-sm.form-control.form-control-sm').removeAttr("class").addClass("form-select form-select-sm w-auto");
$(".dataTables_info").addClass("text-dark");
$(".pagination").addClass("pagination-sm mb-0");
$('.paginate_button.previous').after("