Loading Tool

Explorer IconExplorer

Memory Pool

39,180 transactions
28.55 vMB
0.06280752 BTC
Random Selection Loading Transactions
Max Size: 144.95/200 MB

Candidate Block

Mining Attempt a39cebbbf420db044adcf47972544fcbe31b6cd2d5ab9d44f0045af14aabc91c
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root 4bc0594f56eb36b751724467e8db57ad499d9040d5bde2a58f23f826114ded70
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,692
Size: 1.00 vMB
Total Fees: 0.00772167 BTC
Feerates: 50.27 > 0.77 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (458,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,699 455,699 000000000000000000d7f7d1028e8a19c26e709ee5f3476cb027f2bc27b6a7d4 1,877 1.00/1.00 vMB 144
455,698 455,698 000000000000000001fdfa0c741f14989d2ba5f5089910c3b07d2e16556da333 2,394 1.00/1.00 vMB 166
455,697 455,697 00000000000000000002e44a504f187dfa96ee4418ae39230acfc1cd13b90921 2,399 1.00/1.00 vMB 239
455,696 455,696 00000000000000000002b364c386195614c03264ec7c04ee7e29aecba04d0ac8 1,773 1.00/1.00 vMB 77
455,695 455,695 000000000000000001d0f784b7073bdda942bd6164c676834dbf7707c973279c 2,011 1.00/1.00 vMB 145
455,694 455,694 000000000000000001ea74eca782e68d99229cca3181f9be0e813b7c8bc21f74 1,693 1.00/1.00 vMB 107
455,693 455,693 00000000000000000138ebab4d91c633de730144044f3902e5298c11cad49552 1,535 0.99/1.00 vMB 132
455,692 455,692 00000000000000000109b9da89f103e7f8a208b4b4e4769ff378a9c210400d72 2,440 1.00/1.00 vMB 183
455,691 455,691 000000000000000000c9beafc46033d0bf603b185f589dbd37d73261a729bb87 2,049 1.00/1.00 vMB 121
455,690 455,690 000000000000000002220d7eed79092ef6dcf09c432ba88ba25efc753fbc1526 1,826 1.00/1.00 vMB 140
455,689 455,689 0000000000000000025ed26eb79ad4acb1b687c3312178a1a1b4aa9ff2ba76b7 687 1.00/1.00 vMB 93
455,688 455,688 00000000000000000241633a7dc679b8c0ad44bb19534d582fa139f2070876b4 1 0.00/1.00 vMB 0
455,687 455,687 00000000000000000019deddc4a9adb9983288ece3c33f53402de9119377b972 1,682 1.00/1.00 vMB 113
455,686 455,686 000000000000000001108082b0441d9fd5d3cb8334ca484b82950a279045d0db 1,840 1.00/1.00 vMB 116
455,685 455,685 000000000000000001fd8f1c1965dc6495b5222fa32e8e483cc332b04cd90ae0 2,572 1.00/1.00 vMB 126
455,684 455,684 000000000000000001e8753eb7c81682433da78c9bd5133c5399340c1a5507f4 2,742 1.00/1.00 vMB 114
455,683 455,683 00000000000000000114c17853144b0a4f826f50ac70736a6c38e5341435af5e 1,658 1.00/1.00 vMB 166
455,682 455,682 0000000000000000015fd3f96b112e0c1eac7177708f3df9f564d30ddce8a8ef 2,220 1.00/1.00 vMB 146
455,681 455,681 000000000000000000c4f5b380309d84147c7e75fdc6e37990b3a6494644e1a3 2,309 1.00/1.00 vMB 157
455,680 455,680 0000000000000000025805d267de87e7c9cfec2bb68c7b532989c77c4b3eb1e5 1,976 1.00/1.00 vMB 169
455,679 455,679 0000000000000000002ae369dd4c5c633971fb88948816a7cc6a58c2045b07eb 2,498 1.00/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.29 GB
    • Received: 11.62 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.