Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,677 transactions (0.93 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,116 000000000000000000022b910000000000000000000000000000000000000000 0.93 vMB 3,659 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,115 (882,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,660 29,660 00000000be13ca28571ea3055ebfad64b871b50b2514527e4bdcee93edf75bac 0.00 MB 1 0
29,659 29,659 000000004535f71973d0ee2d2f11bdcfda0b29408f2b6939516cef51a8c7779c 0.00 MB 1 0
29,658 29,658 00000000198230d07e19f471e9aa9a52251be62d577779728f97ff62a4cdc8c1 0.00 MB 1 0
29,657 29,657 00000000b8a494b13aea84f8c0d9158490afe3963b32902ea69a4bc3475a029e 0.00 MB 1 0
29,656 29,656 00000000de75bca567ff56474b01651b8691b56f4e47bc4d3f784c6c91c8afcb 0.00 MB 1 0
29,655 29,655 0000000091853a37e85f65a64d8f32d31ddb83eff13c2b0b366df360d82de8fe 0.00 MB 1 0
29,654 29,654 00000000748e096ef30648c5721f8e85eb7bce751a4c545d6b817387e6e2d653 0.00 MB 1 0
29,653 29,653 00000000a52e3a31428eaedb81a7c5a55f95a0f904f2ad0648b6f8604321a5ab 0.00 MB 1 0
29,652 29,652 00000000b50aa43e86f3e822cb0dcbb57c797b9b001d5d1d358ba0e6c2b42951 0.00 MB 1 0
29,651 29,651 00000000792427537b8343270f382a420f081d36a93f1893864c72eb42b42029 0.00 MB 1 0
29,650 29,650 00000000e814e937e3a97cb1ff2adc428c65f1ec3ab94b5985c11d5f5f2ba274 0.00 MB 1 0
29,649 29,649 000000006cb318e0db9b2be953c9563b4b277ee7ad4f0b48531415a82eee77c4 0.00 MB 1 0
29,648 29,648 00000000dc9c7ddc4a584ad8426f114206fe1a4ef7bb649424ad0e4deddc476d 0.00 MB 1 0
29,647 29,647 00000000e0e8fb2328ce69a8bbf481992a2cbf1f7a92065b659f3af357a11094 0.00 MB 1 0
29,646 29,646 000000007c0ac582bedcb3207f154538b32e78a6a48b4a8a0382fa1b8e97e315 0.00 MB 1 0
29,645 29,645 00000000bd9357be966d8034ba9266c6ca8b8d613b12c2879d89710145680eaf 0.00 MB 1 0
29,644 29,644 00000000650b32a48eb9a69cd17f2dfcbcf69118c88650319e66f712c803ae3c 0.00 MB 1 0
29,643 29,643 00000000271254a43ed31e3f653cf52169ba5302c7b0e77a658ea7968dc2a541 0.00 MB 1 0
29,642 29,642 0000000095fd1e406f8a2bc3c4f7612f38d04aae1f98d3ab2ee37ca03df6a1f3 0.00 MB 1 0
29,641 29,641 00000000b6697f6fbe384d5572e196a3535688ffc7b4da57644dad7723b6c94c 0.00 MB 1 0
29,640 29,640 000000004832a5200e26e53686e408281c8141f4f0bdcbe31c5bae299464b7e2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.30 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,525.07 GB sent, 134.88 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.