Loading Tool

Explorer IconExplorer

Memory Pool

3,560 transactions (1.39 vMB)
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 7.72/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,289 000000000000000000022b910000000000000000000000000000000000000000 2,718 0.02640974 BTC 1.00 vMB 2.03
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,288 (781,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,053 131,053 00000000000001ee8fd0af6c6ce43e1786f786f3a6476f3d95f9f3aca0750aa0 0.03 MB 81 971
131,052 131,052 0000000000000f42edfb387e757d54293c772d6cd5b881dee16387061c03598d 0.02 MB 29 1,880
131,051 131,051 00000000000002659a370f3ae00279e528d577d01339b1cc8f8348e979f0da4c 0.03 MB 13 661
131,050 131,050 0000000000000dcc2138a3eff5621b574f5bf4d7e007c0d4bd28b1a026cbbe80 0.09 MB 50 1,259
131,049 131,049 000000000000003f112e5862b309f1efc0155f20e006b1dcf56f054b23de470d 0.00 MB 1 0
131,048 131,048 0000000000000d683b1c7b9a514c5bc23e94616b7d27e5d0732b72872e4e8ec3 0.05 MB 110 107
131,047 131,047 000000000000024ba4291ae89380eb484acdcc633d18b2b33f207af102327426 0.02 MB 27 365
131,046 131,046 00000000000003bb49e96d2515b614ddd95fa9b28d842cacb0c05308ebb4f0a4 0.02 MB 3 1,089
131,045 131,045 00000000000009dc7daa925ae8b881173e85a21c4eadcecd6d968b199f3ca972 0.17 MB 236 1,147
131,044 131,044 0000000000000ca38127ed9df3e9d5bd527486984b88c81a5266915af537ae3d 0.01 MB 22 657
131,043 131,043 0000000000000570113c4ab749b31216258950a45e56ec8310eedeaf185fa97a 0.01 MB 16 1,769
131,042 131,042 0000000000000427984b49c8d4c496858dfecbd56e413caaea3768314459f248 0.02 MB 26 1,179
131,041 131,041 000000000000104449ba12b2ed9f34c41de30137577a4207da60173216e6973a 0.03 MB 75 1,220
131,040 131,040 000000000000097aa651b8e19c448924586a8010721c8e7ea282a0272d425987 0.01 MB 16 1,173
131,039 131,039 0000000000000e6e98694ccb8247aad63aaa1e2bec5a7be14329407e4cea6223 0.01 MB 19 601
131,038 131,038 0000000000000b8a90b051811f6ff157956c5a86526b8046576b25dd63f9dfee 0.03 MB 75 344
131,037 131,037 000000000000104fc87f35bc4fc9fad6ccda80dcb4ecc4ed5fe461543f41ae60 0.00 MB 10 1,138
131,036 131,036 00000000000018e77a1a5a869a2d3b1627eb9a804f3adc5450abe789ffe1b761 0.02 MB 27 1,075
131,035 131,035 000000000000027695d0d3b4bc1ee85019111703657b1f63399c348fe8b2d7f7 0.04 MB 162 45
131,034 131,034 00000000000008d06a356d0cd3c181915eab6e33905a9b2c70b8ae95cd83eaa7 0.01 MB 21 594
131,033 131,033 00000000000011648079fb97a29d93b795d6c72b81233dcf7844f5d99151f35c 0.02 MB 24 1,224
Previous 10 blocks ↓
Total Size: 777.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,541.05 GB
    • Received: 136.42 GB
  • Uptime:

Notes

  • 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.