Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,468 transactions (3.43 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,163 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,160 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,162 (882,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,424 27,424 00000000a45f57392965a7fb24036e9a34ee10420aa43f6ebfcd15150a1d9f0b 0.00 MB 1 0
27,423 27,423 00000000abd6552038b0f9face73d2a4c10c5e84a185baa9feb76d251b32fb29 0.00 MB 1 0
27,422 27,422 000000009d29d91164eea27369c6b7002afa9c4cfe3b5534385123a82631d181 0.00 MB 1 0
27,421 27,421 000000006093c842b538c0db11b16376e2eb7ed4f381419b90580cf8551bb46c 0.00 MB 1 0
27,420 27,420 000000009f403d763b4d8252be3eb371a1ae4f4649c360df7b4f402ff1fb5269 0.00 MB 1 0
27,419 27,419 00000000fc03fdf4c87d4714f5936f8056963033bd9b311a54de5467d74585fb 0.00 MB 1 0
27,418 27,418 0000000012cad077c6a4a4adc5b5e1594b80adbfdf259b73c9b38ba9a3d2cd99 0.00 MB 1 0
27,417 27,417 00000000275fa7368a9e11e6645f7a63a7dc6ef99dfa070d4989832279d7b61b 0.00 MB 1 0
27,416 27,416 00000000ac327caa66d2959f5dccda283e9d105fd6479b5433ad0856f8ef53b2 0.00 MB 1 0
27,415 27,415 0000000021fe801da582691047980f551b84bd4f9b57e9f8e356d30eef3c6a04 0.00 MB 1 0
27,414 27,414 0000000031cb89abb66c82224b87ebb8b1a43af2723722dbf628cd4eab5e22cf 0.00 MB 1 0
27,413 27,413 000000000c5ef1f1990b41cb7cf9015977f8328e5f65d6123b37a5d38b77eb04 0.00 MB 1 0
27,412 27,412 00000000005799de7da8facf11bb8a0bb67e39ee5350b6bffa98936952cca087 0.00 MB 1 0
27,411 27,411 00000000230018d534e079e023be5218e514285c75fd9262a4b1ef73db979126 0.00 MB 1 0
27,410 27,410 0000000082a389a9025edf531ab6f5653c2fbe5afec427bf7c05c31647dcb139 0.00 MB 1 0
27,409 27,409 0000000010b199f13240c309595ce91dc42c72ae5654e581bb32cd404dcc083c 0.00 MB 1 0
27,408 27,408 000000001668788d9cfc4612500b7bda6ab3d8122112cf5fdfcb73fa40f313dd 0.00 MB 1 0
27,407 27,407 0000000026714f194baa2242bc6a35cec38a3a06b8551cf4d8244112d8cba079 0.00 MB 1 0
27,406 27,406 00000000b011da6c88e52a79499b4a88918a588083cfcce0d90db5024a3f8d21 0.00 MB 1 0
27,405 27,405 000000004398305274878e6094a0a080c6fa7aded7f9228c9edec60e8f96d6d2 0.00 MB 1 0
27,404 27,404 000000008e657705431a66ef4e3581ce038ec5dedf298d648b7e673acc39f2cc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.69 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,193.95 GB sent, 117.01 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.