Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,856 transactions (0.54 vMB)

Priority:

  • 1 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
911,056 000000000000000000022cb30000000000000000000000000000000000000000 0.54 vMB 1,842 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,055 (839,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,735 71,735 0000000000dbd0d93ebce9cb046fa57b6e407bf7f4fb52b19b2f87a6260bbad1 0.00 MB 2 3,891
71,734 71,734 00000000002fea7b093a54979ed8a955df25075806a7a91fef448c8412301f50 0.00 MB 1 0
71,733 71,733 000000000107512956144a9db7e497f62843cf8f02c4344035aad4448b7a3e2e 0.00 MB 1 0
71,732 71,732 0000000000a7fee90b126599260c692d1c22679fe103ffa2a97cc10fa9e50b82 0.00 MB 1 0
71,731 71,731 00000000004e262149057bc3c1d720c7d3c95177bfd9828731a887730e3ace1a 0.00 MB 2 0
71,730 71,730 000000000054fcae4e62c14e41acd8f07f90ff139d4a4560015665cef0569cc9 0.00 MB 1 0
71,729 71,729 0000000000fd10b2300a4281e79e961a75e01139ee3df4d8222be4d19e6cf2a1 0.00 MB 2 3,861
71,728 71,728 0000000000dfc8b0340ce7f8415329ccbba842976c07ed82be47f07ca61a89c2 0.00 MB 1 0
71,727 71,727 00000000006b74f85feb25e75aa22a97514fcb24c62374b99c1f4a7f32b6e783 0.00 MB 2 0
71,726 71,726 0000000000a3a5547c34df0ce992bb8c99dabb73ed00e37fea08d89d462917a7 0.00 MB 3 0
71,725 71,725 000000000039215b07e00f7233b3d20dac4e51961e09a6025a954c6e1f622582 0.00 MB 1 0
71,724 71,724 00000000006f0404d2b1e28990c24514f694562dc2aeea51566dd19d233ae166 0.00 MB 1 0
71,723 71,723 00000000001e1ee2694787079f28ea1d5156aa056cbc2854a045a0bdb9b6861b 0.00 MB 1 0
71,722 71,722 0000000000505e7f825461d35635558dead861f4c937787c136882b470d614df 0.00 MB 1 0
71,721 71,721 0000000000236ce8bc0e9b65e57e3308fa244de1bd822e7d8ae3cce4c4127ab7 0.00 MB 1 0
71,720 71,720 0000000000a1d4fb12b84d0cc230cc853777373cc397666947f78250f9c1cbaf 0.00 MB 1 0
71,719 71,719 0000000000207b9c7143970d603993ca59f9cfc6c23c4d065c9bf0fdb8961d4b 0.00 MB 1 0
71,718 71,718 0000000000ff68e5cf55298f95d734859d7a1e513e6bc5902a522870f8e82744 0.00 MB 3 2,398
71,717 71,717 00000000007167c54f185b7eb03859efb3a93ff621c2db5946707fbbcb092d4b 0.00 MB 1 0
71,716 71,716 00000000007f92c4b2118b1db0944c5273c0a151f86a6e5a17bc25e2a3b9962d 0.00 MB 1 0
71,715 71,715 00000000003551ae842d385ec158e25e3e4356c6a9f4cf784ff06227f73908b9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.34 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,363.32 GB sent, 125.51 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.