Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,399 transactions (1.96 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,029 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,269 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,028 (846,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,521 63,521 0000000002d5656e70dd4a30b9b43b2103b35bcac00a665ec423a5527779d9b7 0.10 MB 4 1,365
63,520 63,520 0000000002a683bf0991c2ceb12410efd41fe392ff72e0f46ea96e5acf137451 0.01 MB 2 0
63,519 63,519 000000000a91de291a66fbe994b16e93fc2a25e463128b05e0407c8d05a5f2c2 0.00 MB 1 0
63,518 63,518 000000000c6610a7c6ccb0195dc50ab11e0715d85d993d79511a1bfa6d6d0d94 0.00 MB 1 0
63,517 63,517 00000000053d92bc8dbdec58fd7e7cf5af05fee4125c7a96347a0c20a0f339b1 0.00 MB 1 0
63,516 63,516 000000000ab28ef8e40b1c3a81d66f14f54dae3971ceced0999869308ea4849b 0.00 MB 1 0
63,515 63,515 000000000132358382fd3e6a812c12d43674b0b7d21ffd1bae5a4534c711b608 0.00 MB 1 0
63,514 63,514 0000000003b31c82875df80d9f6577961cb196552122d43943914b1d85cd9bce 0.00 MB 1 0
63,513 63,513 0000000005e0052caeb5fa0c004cb5dca2c5e46a1fc31eeb522af0d97c874a00 0.00 MB 2 0
63,512 63,512 0000000003c38669659ed5c5d5dfb7ef290cd8844305645afb2df75c9eb003c5 0.00 MB 1 0
63,511 63,511 000000000b8e1e62284daed0689aa4420734517dc27aeb3d45d2bf60c28ba7ca 0.00 MB 1 0
63,510 63,510 00000000099c21c8bc8485a54767a2017a635c8ece4cddeabb642fa359de5653 0.00 MB 1 0
63,509 63,509 00000000004ba13aa689bebf5d26913eacc332fd6796cbc115dd2ac64f22700d 0.00 MB 2 0
63,508 63,508 00000000078121c689c6e2a1675a3733d8e48ae5d975e6366e4567d634e316bb 0.00 MB 1 0
63,507 63,507 000000000b949b27c3df538d7e5b522b7638e9ee67e510323595f01a5e68d84e 0.00 MB 2 0
63,506 63,506 0000000006493e24553415e31a76b187240e920a47d9be6452643ef4eb9b18f6 0.00 MB 1 0
63,505 63,505 000000000666d0cbe5dd4b74a6dca25911186eba0b9337ea468fe5b70bf3e3e2 0.00 MB 1 0
63,504 63,504 0000000000b4bdc28c14770516b3c7a7aba0d25616922b3b81ec027e0d2927dc 0.00 MB 2 0
63,503 63,503 0000000003b945d6bcbfde699bd41cbf96e6414fe9c674846e228c079cb8d5cf 0.00 MB 1 0
63,502 63,502 000000000b2fa8eb083eccd00dc8f399baf00880e77f484d084bb69af72f97ce 0.00 MB 1 0
63,501 63,501 000000000422c7553a6e333dc6b4bfc33b4aeb9d54fe0e8398b2355be1734c54 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 GB

Node Information

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