Loading Tool

Explorer IconExplorer

Memory Pool

48,404 transactions
27.46 vMB
0.07586560 BTC
Random Selection Loading Transactions
Max Size: 146.37/200 MB

Candidate Block

Mining Attempt b423a65a9d3e9d5020528fbba76b24ff8c99bb863d57947f90cfbf48dda9fbc7
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 5ff6585c6a738a2af4bb7ea83e1dbcbddfa58cad53df0e289bf5396cc40b5d6e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,898
Size: 1.00 vMB
Total Fees: 0.02446906 BTC
Feerates: 150.92 > 2.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (222,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
691,943 691,943 0000000000000000000bd37debbc93e183e8cd692f1e1cd23620e3b354772a07 2,114 0.98/1.00 vMB 17
691,942 691,942 0000000000000000001279f4ba79062c4f4d5408f4cd38998b752906fd968ca5 1,306 1.00/1.00 vMB 9
691,941 691,941 000000000000000000096e703a95ba0c4a2ebcc8c6036535a02b5249ab41cb2c 117 0.92/1.00 vMB 1
691,940 691,940 0000000000000000000653fa933cc7ab4db4bbf722cc3f8fc11a6df24ed9d1ee 859 0.94/1.00 vMB 6
691,939 691,939 0000000000000000000638b24d34fcfcf4c9e1ac2c818797963471cc6487f203 166 0.95/1.00 vMB 2
691,938 691,938 00000000000000000001dc26ecebffe82546bc287ef5105cbb55cba367c7b71c 2,169 0.94/1.00 vMB 11
691,937 691,937 000000000000000000027c738113c23324a6eef6cfc372faf7d7d7437a70c92c 1,970 1.00/1.00 vMB 15
691,936 691,936 000000000000000000108bfda8b6cc9a3e9c347d0007e115837bd14cb03b8f41 1,765 0.96/1.00 vMB 16
691,935 691,935 000000000000000000060431f14934cb8fc8dc08b8b8f5f62812c490296fc22a 328 1.00/1.00 vMB 2
691,934 691,934 00000000000000000012e07c8ef7030d555add20b13a045c226867046b57f507 2,810 1.00/1.00 vMB 17
691,933 691,933 00000000000000000007b14de5c4e4a23b662618da66caa58f64aef2de63fc1f 2,232 0.92/1.00 vMB 13
691,932 691,932 0000000000000000000a8551ab9ec9775c44ca4c67f3a04be2d723725b3bfae0 273 0.92/1.00 vMB 2
691,931 691,931 00000000000000000002af9fa4d982fe286a5c9f6bacb26ccb8c5a0418286a50 204 0.97/1.00 vMB 1
691,930 691,930 0000000000000000000192fa979c8a93be0fbcebd3426cdd0611a2ef51f637f1 1,573 1.00/1.00 vMB 9
691,929 691,929 000000000000000000109f96972a13e943c9833edffc741f80e2f829028c073f 2,881 1.00/1.00 vMB 11
691,928 691,928 000000000000000000096eede6cbbbb6f5fd2f42d874c5108a9d0db7b8a50eba 909 1.00/1.00 vMB 4
691,927 691,927 00000000000000000010045c85c347a45ce91f8e5eff7d788cb1530d603ffb70 2,834 1.00/1.00 vMB 19
691,926 691,926 0000000000000000001288461e96348ea6c6058364b3d904cddef8798394c895 2,211 1.00/1.00 vMB 62
691,925 691,925 00000000000000000010ca36a5f8200655475cff043b6f13a46a7f34e8ef2d2b 621 1.00/1.00 vMB 4
691,924 691,924 000000000000000000067f6464d7ea82c46913cfce10520a8851044a00d8a51e 1,497 1.00/1.00 vMB 4
691,923 691,923 0000000000000000000f8930d1f90b0150d1ddc59aba1e513a2f8db39894bf95 2,125 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.00 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: 649.05 GB
    • Received: 13.12 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.