Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

753 transactions (0.18 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,378 000000000000000000022b910000000000000000000000000000000000000000 0.18 vMB 733 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,377 (435,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
476,375 476,375 000000000000000000896afbb72e4e03c170d9231fddf2d7000857e704c070f5 1.00 MB 964 89
476,374 476,374 0000000000000000015c608b3d288fe79743c6d3e00741bf7dd764a72431f49d 1.00 MB 816 72
476,373 476,373 00000000000000000115507e4673dbea4028b9dd7c2d3050c930077842d0a81f 1.00 MB 2,082 28
476,372 476,372 00000000000000000107c3f8112786c3896bdbd074cdce314440e4878ba2c2fc 1.00 MB 1,326 105
476,371 476,371 0000000000000000004ddd453c7a9aa59b2f1c04324fa1b844e90eaf71e6710e 1.00 MB 1,455 229
476,370 476,370 000000000000000000854851639effb53852305a4e15dc573448f3d9487ee79a 1.00 MB 2,317 219
476,369 476,369 000000000000000001336fb75a46d806d901313bb1affd15cec01a5560050df4 1.00 MB 1,942 257
476,368 476,368 000000000000000000e8eeb0d8dda5e336c09166ba0481d2487d1ed211e09234 0.98 MB 400 24
476,367 476,367 0000000000000000015b21d2dcbfb199e91d20e7caad09870402750bceaca02f 1.00 MB 330 15
476,366 476,366 0000000000000000003f6601c1ce685ebf20eba05d20b86db090de000da6e784 0.97 MB 744 38
476,365 476,365 0000000000000000012cff1da0fbbd80dbeeeb4b8a3de09643aff769dd7ad5c0 1.00 MB 1,169 25
476,364 476,364 000000000000000001550d02ca4fe0a8f4e1c00fae4a6dea4e08d45496d701d3 1.00 MB 1,793 151
476,363 476,363 0000000000000000007c61dbba8bf95b848403ad3af3047c8f33d9a9359062b0 1.00 MB 2,104 115
476,362 476,362 000000000000000001197f499b4486c5151d5758a508a44fd306bdd4258dfa8b 1.00 MB 2,290 215
476,361 476,361 000000000000000000c0308d79e9fd10c1ee89fcf94b6b8ab29965a3b59e019c 1.00 MB 1,103 97
476,360 476,360 0000000000000000015adb3ca49a4a654ab8af6c184a6a1aad912564985a2a89 1.00 MB 415 32
476,359 476,359 0000000000000000009ec4ac895d7c3ae2b632a82205f0f0d86ac5626da360d4 1.00 MB 1,849 125
476,358 476,358 00000000000000000080242c1acb1cd3e905a0bbee6fc4bfe81400fac8c57c7f 1.00 MB 664 27
476,357 476,357 0000000000000000012d859adb2b0c735fa563a7a131f1d58b3e4cc9d46e9961 1.00 MB 1,972 84
476,356 476,356 000000000000000000bb1784cdec1d14ba18b336af97f4ee30e9a24cd8a75a39 1.00 MB 1,531 125
476,355 476,355 000000000000000000680ae947350294f03080f933163d0c6e5f548132017bab 1.00 MB 2,426 232
Previous 10 blocks ↓
Total Size: 775.94 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,402.42 GB sent, 128.52 GB received

Notes

  • This page updates every 5 seconds.
  • 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.