Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,627 transactions (1.04 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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
909,592 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,469 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,591 (849,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,781 59,781 000000000a3b7202b1617af7a540de6eea80b6528ccb1483174a7a25fca8f26c 0.00 MB 1 0
59,780 59,780 00000000019772f6b87f1a3613a637bd1a4dde3545279bda986ac02def645d34 0.00 MB 1 0
59,779 59,779 0000000002103b0ae74cfdc2e52375b918c4c6cdd22304b8113ebd9223286ff4 0.00 MB 3 0
59,778 59,778 000000000519301d137705f2f562a3ec6e04532ff1d7e7866b312c1e85f687d0 0.00 MB 1 0
59,777 59,777 0000000006c8e84ce1ebcceb25f4a4da2ae71d8996dfc4ee93a07f8824beda59 0.00 MB 1 0
59,776 59,776 000000000af94acfeaf426dd8d40745e54a0899b3db9016d6ea69f8e3b07cd54 0.00 MB 1 0
59,775 59,775 00000000088e938ba94759329b4d90221e340fde2b9ac6e1edfc028cbbc22c5b 0.00 MB 3 0
59,774 59,774 00000000057e4d7545bb5948b5a4090a51734990950b0a96294652f45bd9d344 0.00 MB 2 0
59,773 59,773 000000000e65b2bcfc9f8a2eebf270b3e94ffb79d4aa243a4b3584ccfec05040 0.00 MB 2 0
59,772 59,772 000000000128d8a10d95d8d9390394c50d4eb7529036546ad20964efb824d08c 0.00 MB 3 0
59,771 59,771 000000000c9d80ec3d430f36d6529109a59ff8e880bd897d106273faa845227c 0.00 MB 1 0
59,770 59,770 0000000002e9d2c2d2ca8c643e48e27310a7752128ea7328f3f8326ea3140a48 0.00 MB 1 0
59,769 59,769 00000000075b60ada2739758eb0f54c7a53fd7d7beefc942d9e71ceb0464695c 0.00 MB 1 0
59,768 59,768 0000000009eb30f8d59442eed46d3d02d6b4e5b4d7cab80cf8113da77ca18e70 0.00 MB 1 0
59,767 59,767 00000000017597d829eca257d412f72e73d5a49c3efaf8f89e408bd4145311a9 0.00 MB 1 0
59,766 59,766 00000000013a3a7a4e50ba910a4692ba0fc4fb19b6808216a6669366040abe4d 0.00 MB 1 0
59,765 59,765 000000000b5ad9230ca9801805ea60b51ffaa851bd08306fd269e2f3246df686 0.00 MB 1 0
59,764 59,764 00000000073ca15ef60e4ce5a267b015e20935cec08ba491215f83e7a04a4d2f 0.00 MB 3 0
59,763 59,763 000000000be4c364782c37a24f95fae72c41d5066ef04f4ac1447b6fee019817 0.00 MB 3 0
59,762 59,762 000000000366dfd2623df3d41406a8dc998915d5bfe3e8bfe3a945ecc94e77e1 0.00 MB 1 0
59,761 59,761 000000000772abc96bfe3c85d87534603785b6ad4b63c123afe6d9cbed57846a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.65 GB

Node Information

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