Loading Tool

Explorer IconExplorer

Memory Pool

78,092 transactions
28.95 vMB
0.07875203 BTC
Random Selection Loading Transactions
Max Size: 175.59/200 MB

Candidate Block

Mining Attempt 4cb1667e0e97fdb6bcf2195486d125e530a24e4cbf494f53ed94c98934a434a7
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root f4ab71a036185f890a90d51f01d5172211f1dac790d571cd8d499693a1dfb8d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,459
Size: 1.00 vMB
Total Fees: 0.01831174 BTC
Feerates: 100.81 > 1.83 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (470,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,424 444,424 0000000000000000026998ffcdfa3e9a7424da1319e3408a64dbddbc4ac09fa1 2,369 1.00/1.00 vMB 68
444,423 444,423 000000000000000001296c5d15df7701f67537bbbbbcbc76a164db5ffbcb35ec 2,723 1.00/1.00 vMB 70
444,422 444,422 000000000000000000cb6d74c01812caf5475455c51142ed5dc17e533b0b84b1 2,463 1.00/1.00 vMB 74
444,421 444,421 000000000000000002e644c539013fb042a4b32ef95adf1e7eb389178ff5b39c 1,908 1.00/1.00 vMB 87
444,420 444,420 000000000000000000689315f4497c9e09e2a0cebfc9399c5ee707d722865c2a 2,836 1.00/1.00 vMB 104
444,419 444,419 0000000000000000020aa72f43e91697f89838ea9ff1803488f1a62b9cbeb505 1,682 1.00/1.00 vMB 90
444,418 444,418 000000000000000001e94f06356d33f1fddd734b365d783b2d58ac244bad5e78 2,601 1.00/1.00 vMB 76
444,417 444,417 00000000000000000360b92f1b440e79143aff86e6fb5fa554e7fd8e63e8eff9 2,321 1.00/1.00 vMB 85
444,416 444,416 000000000000000001af77a8fd6a287eb148f3e926ff8bc6dc337563767c5fcb 2,963 1.00/1.00 vMB 72
444,415 444,415 000000000000000002d54ff82cc1ea4e86546aa18b27eb6204463828374d20e0 2,262 1.00/1.00 vMB 70
444,414 444,414 000000000000000002bd8898ae57a8d97eba7878a1a4483c4f1500ed145e779c 2,919 1.00/1.00 vMB 114
444,413 444,413 00000000000000000295e9107dc131672d36c4981c84426ebc2b5ebfc3e0fe43 3,068 1.00/1.00 vMB 71
444,412 444,412 000000000000000001ed1ec9e0b248dda747df92cfb847688edb7750247f62b2 2,286 1.00/1.00 vMB 94
444,411 444,411 0000000000000000036c0d869c50964ce4a0d8ac43c45b7c24e3db8c889fc7c5 2,962 1.00/1.00 vMB 89
444,410 444,410 0000000000000000035e63dea7ebd1398b67adf5e736bea02043db9387339bd9 2,467 1.00/1.00 vMB 84
444,409 444,409 000000000000000000a95012e33c749eae411da82fa28aa99378d1cd5e0e5e25 2,949 0.99/1.00 vMB 77
444,408 444,408 000000000000000000f28b45b198f2d1f3b0a337930002db628e627c8dbcd795 1,832 1.00/1.00 vMB 73
444,407 444,407 000000000000000003470a63d71338aed8149bc4445b7f5cd219c80535fa80b4 3,011 1.00/1.00 vMB 77
444,406 444,406 000000000000000000feb31c7b9d8c1cf0d4ca40bc34935b31772f66395c1fa4 1,963 1.00/1.00 vMB 77
444,405 444,405 0000000000000000007f75d810fe7abc10acd921c579df34f5058f57d51f3a43 2,523 1.00/1.00 vMB 106
444,404 444,404 0000000000000000023a5f4d168c464d98ca71c6eac05ddb27bdfd794e9e2a64 2,506 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.