Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,084 transactions (0.46 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,582 000000000000000000022cb30000000000000000000000000000000000000000 0.45 vMB 1,084 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,581 (837,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,939 72,939 000000000053fa5e905da689af888fc34f3f384917eb61ae4016c714493fef6c 0.00 MB 1 0
72,938 72,938 00000000006580f7b1e807b153a25f4179d9f26f53f3e9a10a5115be6a72641f 0.00 MB 3 0
72,937 72,937 00000000002298e08a6a57095acc5ff226e369238ed4460b61acc4e2c8a07aa2 0.00 MB 1 0
72,936 72,936 0000000000b6b3bb48b09d5889ed0429e27a5a3e67ee6db27f3595c1cec54ec9 0.00 MB 1 0
72,935 72,935 000000000084e784517c4acb75c2a05c839241cf2682fdb1abee2a9964795810 0.00 MB 8 0
72,934 72,934 0000000000014477903e3e84656f41610d4ee1c81dd8b5385f697f5d7a743e88 0.00 MB 2 0
72,933 72,933 0000000000b62202e8cb0672383e751c7f81a731a2d4cb5e7fa3068113993e75 0.00 MB 1 0
72,932 72,932 000000000070cb7319d1660074a628ff2539a87fb254e6fd06107a01bfdfb097 0.00 MB 1 0
72,931 72,931 000000000021f55ea2a965aa54f4d1bc122ab4eab796c14b95e0efed22d46184 0.00 MB 1 0
72,930 72,930 00000000001052e83dd60cd87dff2d418df3ae57417ffdee13f6a823ddbe3098 0.00 MB 1 0
72,929 72,929 000000000003371272c061993612da38d30e1bf319959fc77bf9da3afcd39f92 0.00 MB 2 0
72,928 72,928 00000000006646c3e09f6d53d13c8f18bcae4a3403daa1a98bb6c677723f9888 0.00 MB 1 0
72,927 72,927 0000000000a20f9cd9ae23204be1491b6a66381fa75df127d11cfd066b3fa340 0.00 MB 2 0
72,926 72,926 00000000006016dd9b281393951bb693e6b76b1845cf91fc18221ed880d431b4 0.00 MB 1 0
72,925 72,925 00000000008909343eb64f728cc543d9621ff7288fbd526c76a78edfe7e65110 0.00 MB 1 0
72,924 72,924 00000000002b0572bb1b230fd5b3adf1346891ff84237cc7c5f416e136a11476 0.00 MB 1 0
72,923 72,923 000000000077eb25ca99a401bfa4722ba925fac4f91ad809744980a236c3d644 0.00 MB 1 0
72,922 72,922 0000000000678f1667a0bcc6be94ce90dcfd2da013dfd4b792c8b5ed29cf869c 0.00 MB 1 0
72,921 72,921 00000000000293ef173db7f6cb5605ebbad7323f0f4a67c0ac486fc98d3edf78 0.00 MB 2 0
72,920 72,920 00000000007cc280586d8d2af09d1bbd25d505d3410f9e2a451a5daa79bea690 0.00 MB 1 0
72,919 72,919 00000000004ad8215de193df02eb9197523adaa72fe5ad1f1832297c32e7bc41 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.45 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,253.84 GB sent, 120.82 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.