Loading Tool

Explorer IconExplorer

Memory Pool

78,993 transactions
29.59 vMB
0.07350376 BTC
Random Selection Loading Transactions
Max Size: 177.58/200 MB

Candidate Block

Mining Attempt 2ac930371f48703a555f7b2cae3eddb5e9fbe524a7388c7e9df7dde5d374f7ec
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root da1f9ee3bdb96ff31f781dffe3d0e510d8f7e16d59de612c01c6bcca70b06d35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,272
Size: 1.00 vMB
Total Fees: 0.01306403 BTC
Feerates: 150.98 > 1.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (515,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,343 399,343 0000000000000000057f9309f15d914ef79042676a6944321d6ab5095b160369 2,016 0.95/1.00 vMB 42
399,342 399,342 000000000000000000cf05763ffdee33a199960c7be79b57358974ec2ae66a92 743 0.46/1.00 vMB 26
399,341 399,341 000000000000000003390a75fc9256ee09362dcdcff128da3a5159c56f0e3271 447 0.47/1.00 vMB 21
399,340 399,340 00000000000000000456012c155ab7ea4b51965e5cb99d85c58edce954868777 1 0.00/1.00 vMB 0
399,339 399,339 0000000000000000034a43c7f01c73d5b1bd72b0bf48e563538525b6cd751e1f 721 0.98/1.00 vMB 15
399,338 399,338 00000000000000000391c12fe6e82d36bb1031d40551096ed20af3ca30e9106d 2,154 0.98/1.00 vMB 43
399,337 399,337 000000000000000004868a2c3a982aefc04b7bc350b171b7e6adb95a2a37bbba 1,456 0.93/1.00 vMB 29
399,336 399,336 000000000000000000e8e56061a1467cb85c58e4c3af1140310b674b86d5ef3c 2,038 1.00/1.00 vMB 46
399,335 399,335 0000000000000000065ca26a6cebf1095573c61fc6b39a5eeb1531ab54da47ca 1,835 1.00/1.00 vMB 35
399,334 399,334 0000000000000000016eea38dfc56c204ddfc456e95dd18342a1a551a6742a4d 1,458 1.00/1.00 vMB 24
399,333 399,333 000000000000000003e87a736024d51eea3f3dcf73ffd0aa8a6998d514221f49 2,410 0.99/1.00 vMB 53
399,332 399,332 000000000000000005057a386269d13b7792c599e5f0935f2d5485366a4d2710 1,537 0.75/1.00 vMB 34
399,331 399,331 000000000000000001d744dca031931cdc54956b9fd72ceada713e2a61596e30 2,453 0.93/1.00 vMB 39
399,330 399,330 000000000000000003f249959dbe96812a660c1f2c1c86e3e76d05a91b2ff9d2 1 0.00/1.00 vMB 0
399,329 399,329 0000000000000000065a914a59d08bbcc4127bdf0064b17fb2cd3eb6cd3391a9 2,527 0.93/1.00 vMB 43
399,328 399,328 00000000000000000598cc2fc3e0a2fdd344597494ebf35fdb77cb27914fa40f 2,637 0.93/1.00 vMB 55
399,327 399,327 0000000000000000043019adb9a6419224f0d67165c627a181b392e713b8e51c 2,889 0.99/1.00 vMB 49
399,326 399,326 0000000000000000020b8bc2b25f9c9753271aab9433e9e84127af67740a6822 723 0.54/1.00 vMB 23
399,325 399,325 00000000000000000056e3056d4502f14db6ef0d0eede592aa6f497c34fff217 1,744 0.93/1.00 vMB 32
399,324 399,324 00000000000000000208be4ad988b3ce806c3c1a76fbbda8a975b90ce4150d71 1,837 1.00/1.00 vMB 42
399,323 399,323 000000000000000000f5d532275fc24504fb5c13b372f54837aea3e9169fee1a 1,428 0.77/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.