Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,169 transactions (1.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,661 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,045 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,660 (879,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,405 30,405 000000007705d55b1770b006d49c2eed3623ce1f9751174965a6af4be2801a00 0.00 MB 1 0
30,404 30,404 0000000018529ccf8fce8c3606579ba5499b8539a9ebd17c6f34e6620328a8c5 0.00 MB 1 0
30,403 30,403 000000009496177c00dff5e6ffd736e774fb63e5d3d7ecb8d57cfa7c9e234352 0.00 MB 1 0
30,402 30,402 000000001e5abad63ca5d6f5297bc0a90d1d0b01730112901787ffca1344db4d 0.00 MB 1 0
30,401 30,401 000000000dbd226e1933db1d2ee67f4e2458cb5eeb1141c3c99f68b7adede320 0.00 MB 1 0
30,400 30,400 0000000021e0095a989551cf05edecd46b24ba4f22d9f6a97f755f29d8c94c3c 0.00 MB 1 0
30,399 30,399 00000000d19eb3ed22061a2a754e0e8d8ce5242cd92dc6fde72d00cf95cb04b2 0.00 MB 1 0
30,398 30,398 000000008dd8833279528cc70d5fec5ef69204ef007762b361c5d9be02992592 0.00 MB 1 0
30,397 30,397 00000000a662f175df6df84b1fc3d53e9d31368ceca25b9cbcb91911d24d646d 0.00 MB 1 0
30,396 30,396 0000000052acea6d3cc5283508232ad6482d1c8265a8690ca95152c0d3a46c7a 0.00 MB 1 0
30,395 30,395 00000000014df9e0ddfeea25fcbeacb6f382562ff2df05203eb8f519c0e57d75 0.00 MB 1 0
30,394 30,394 000000004b0d3f0ff0a2014a14656d8b9ad02140ae4d6ff621791eb04870e89e 0.00 MB 1 0
30,393 30,393 000000003770e602e421db8ab03acca56ee1cca2fbde4162643f3f5c6f8e2ad1 0.00 MB 1 0
30,392 30,392 00000000dbf407364de005477be9671f05901243d1690624c45f40852623f0b7 0.00 MB 1 0
30,391 30,391 00000000e52a15a83314c2a43b258faf8b91016d81845aa491e2739ecc8f16b4 0.00 MB 1 0
30,390 30,390 000000002c74c1db83f5c1d70a06e741e11d4017380312ff29e6633e26f5a719 0.00 MB 1 0
30,389 30,389 000000009ccd59c9b2ebe1979a893a2a56fb28867ab90d2908820186353abf81 0.00 MB 1 0
30,388 30,388 0000000018a8219ab7beb52323225d75772b12d47ee3f43f3d9ee687409cfd0e 0.00 MB 1 0
30,387 30,387 00000000b1c133c0d32c566927492c10bce2de2a44add90c6341f6c41b0ea024 0.00 MB 1 0
30,386 30,386 0000000061641fbb99fed0527c452b2510cf1c99cd4ac37158554f5d823592be 0.00 MB 1 0
30,385 30,385 00000000f54b614f3ea64778a68257b79dafa4ebb909f143379f9324e0ebc371 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,132.73 GB sent, 112.23 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.