Loading Tool

Explorer IconExplorer

Memory Pool

9,142 transactions
3.31 vMB
0.00758220 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 19.94/200 MB

Candidate Block

Mining Attempt 857a1a8642bb64ad2f38ff352c7282f629736a518fcd71cea75aa0a448e49192
Version 20000000
Previous Block 00000000000000000001ee4cb97e17eb569e9cfdcc353ea081c23004aac63085
Merkle Root 9787a41b23707d20480d77bc6572490183a3cbd41d8fbebfb9ce116050611989
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,654
Size: 1.00 vMB
Total Fees: 0.00451750 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,498 (770,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,735 142,735 00000000000004651715e5f1785847d8e8736113128c9829c35b78093cf96b1f 28 0.01 vMB 150
142,734 142,734 0000000000000077473c5fa5315ccdfa57cda3884082a5b0376217136dd42518 10 0.00 vMB 69
142,733 142,733 00000000000000bd2335ff037af546bc597601a6d041512ee2c5ec00e5856ce0 153 0.05 vMB 79
142,732 142,732 000000000000089e2d63f7f1d9c8a396c701220a4cb4cec7c1371df6a82d532f 62 0.05 vMB 140
142,731 142,731 000000000000016b0673e343bd00086f6b41a77dc8ed9ede2975b39e6df312f2 34 0.02 vMB 170
142,730 142,730 000000000000023ad38c75ccc20850f20aa50f1b2d43d881a11cc78ce19bb5c3 47 0.02 vMB 93
142,729 142,729 00000000000006ff87cfce407f8f1f4e12626f2dff68be22a74013c2609e3103 23 0.01 vMB 52
142,728 142,728 00000000000006f64ed19aa11cfbae3c08fff134da8dbc8de2fefd860960cac9 134 0.05 vMB 183
142,727 142,727 00000000000009147403189355c551bcf230744d059a7ceb46d2c1e9f2da6ce1 4 0.00 vMB 194
142,726 142,726 00000000000002e77249f3c87f95cad23086248a155f6e072775b45714ff8c30 57 0.02 vMB 105
142,725 142,725 000000000000084aff4def3e252a352f73119d9767d09afc67c759468608551c 16 0.01 vMB 151
142,724 142,724 00000000000007010a98801b00cc0e2567b015ea3ee72fe13ce0e07e68e43f74 51 0.02 vMB 187
142,723 142,723 00000000000006dcfce99271602cfef14741475dde5172ee72e499e76277b8d7 88 0.03 vMB 34
142,722 142,722 00000000000003c9cf52e30615b84f68304b5b5e7db7416cb07b094520fec84c 15 0.00 vMB 133
142,721 142,721 00000000000003246b1c1203fafbf0990bc0949d1c704e51349ce8eea7abb19c 83 0.05 vMB 66
142,720 142,720 00000000000007a0f0b2dca52a4cdd6e985281ce1464806c8e30930c56103aa7 101 0.04 vMB 24
142,719 142,719 00000000000000fb8ff4020acd593630006e1ac31c18ea7db0f2e81491160a43 59 0.05 vMB 113
142,718 142,718 0000000000000429695e29a228dfa368dbcb6c862134c5473e0cf002353c6b99 102 0.05 vMB 84
142,717 142,717 000000000000067dd7b961f795e85a31cbe0e2ed29bebda30d521d52403ecc39 88 0.05 vMB 108
142,716 142,716 00000000000004b734cd32153ef8426e7726f3f836d3c0379719cd3b4aa44cba 27 0.03 vMB 1
142,715 142,715 000000000000059f771bfc25b199d2416f7234f0a3ce24eaf0a145d149fa3986 120 0.08 vMB 198
Previous 10 blocks ↓
Total Size: 779.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 366.91 GB
    • Received: 1.78 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.