Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,381 transactions (0.51 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,594 000000000000000000022cb30000000000000000000000000000000000000000 0.51 vMB 1,375 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,593 (825,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,427 84,427 00000000002aeefb2c7236594ce335fe0095be5fa6dcd977541030e77e59e856 0.00 MB 2 0
84,426 84,426 0000000000110fbcd3f46cf482e9440a322de2a180515d33e014beb52c553e88 0.00 MB 1 0
84,425 84,425 00000000001d07a5dae06ec951e77a44dfcb264acda9764bd6b0a67e68173ca2 0.00 MB 2 0
84,424 84,424 00000000002b7f7fa2b4691b53b3695ccf661b7f4702886c4959098f769aa8ce 0.00 MB 4 0
84,423 84,423 00000000002ffd11ef61118444a7698a530041b7ac07b4824379231e64ed2ff5 0.00 MB 2 0
84,422 84,422 00000000001bdca27bd2b3020b67d38f2dc28f9e74b116b4daa668c9e5c815a5 0.00 MB 3 0
84,421 84,421 00000000001ef6b4f9ee52c99cfe1e5de39d0c39f9331371b4cf12d2016de80b 0.00 MB 5 0
84,420 84,420 000000000030b977bc3451c2a3e63164c25f6d07c3bf0d5be92cd80113d50cfb 0.00 MB 2 0
84,419 84,419 0000000000159ef4527325f4131a712643f70fa6069288e61d8a90c7fda72f22 0.00 MB 2 0
84,418 84,418 0000000000207b17c7d42ff266f8a89627dfe6ef609cf25dd9d64d397c959a33 0.00 MB 1 0
84,417 84,417 00000000001bd5cb52fd310780683484fe2ab1b7e4176d3583979813d6e9e87d 0.00 MB 1 0
84,416 84,416 000000000021cc434f35d15f4874f3eb08fab6857caa3cdcbcdcd6006c252185 0.00 MB 2 0
84,415 84,415 00000000001b7720a957705ef8b9bd51d948ac6d662084093f9d71f38c8cd030 0.00 MB 1 0
84,414 84,414 000000000005243875b7f8635e7df6f0e28c9cb2ae37080ffeae80e46a4b111f 0.00 MB 2 0
84,413 84,413 000000000029d25d010c5c76b800c405197cf888f9e7dbc5a1eac5937c71886a 0.00 MB 1 0
84,412 84,412 00000000001ad60a0268de6e0f3d7c566274d7d3010b5e2ec4e598f000f0f217 0.00 MB 1 0
84,411 84,411 0000000000086c1cdfb151495477da04a5877dad532f0ffb0f1e22d97f7c1d88 0.00 MB 10 0
84,410 84,410 00000000001c8911cc175971a213f63684a6c41b388dae744498245a0b5be796 0.00 MB 1 0
84,409 84,409 00000000002f8fd50411afd4aac92360d2ee37da2087e851e298a1863b4ecd39 0.00 MB 1 0
84,408 84,408 00000000000bb5910b035b5570fd0a34625bbdc9d1525861fb9e9f804d62d2c9 0.00 MB 1 0
84,407 84,407 00000000001d561ce46b4f4064149ad8f270f13df6b065c3171b0767d52b58df 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.65 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,096.55 GB sent, 111.58 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.