Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,097 transactions (2.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,866 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,647 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,865 (893,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,867 16,867 00000000780662d028154d6056beccc7f461be2918bcc988a3e15674654e7b27 0.00 MB 1 0
16,866 16,866 000000007a0f631b90e71514a0eda9585d6256229fe83051a0d9607f03fcbccc 0.00 MB 1 0
16,865 16,865 00000000d65b69ceb6939a4d861089e0162e72f49be51096d53bded16407871d 0.00 MB 1 0
16,864 16,864 00000000f6432b5863fcdaa714845bbe1bbef5093384390ecdff64f878235c85 0.00 MB 1 0
16,863 16,863 0000000063d26dd72f45a6d30dcdb4ead5799c4e84c8eec7af0b2e41ca083691 0.00 MB 1 0
16,862 16,862 000000008c043a10d67fcc416ec2a3a84b076a4358fba4aa15d3c0dd90ee8d52 0.00 MB 1 0
16,861 16,861 00000000073e509d992121e296f458b71b5be3569395e5d777d7c2f61cc1481c 0.00 MB 1 0
16,860 16,860 00000000a2cc53629e0deac3ac10d22d33daecd654d2d060a3a1812063e21ee8 0.00 MB 1 0
16,859 16,859 00000000547502e8c3590e7cccea48010b3a0a77835c5e8b91ae75a7b6a9f88c 0.00 MB 1 0
16,858 16,858 0000000093dabcee7ea5716eb008b13f19f202d9a5aa14cda5a5838d547bfa1b 0.00 MB 1 0
16,857 16,857 000000000cce802007839225ee13799c403260c169508284e29286bdb6f73eb6 0.00 MB 1 0
16,856 16,856 00000000f9fe94c45c78dd0e7daaaa08eaea19f71fb8becc6b00ccea54fa5155 0.00 MB 1 0
16,855 16,855 00000000eae095579e2abd296c1d08eba131eb4c8e464af90a82ee088428ece3 0.00 MB 1 0
16,854 16,854 00000000eb1fe43a312f27496860076785aa26ac50247e1b126c2283ba4b5222 0.00 MB 1 0
16,853 16,853 00000000c7c570ce9ca739cb79472c4e78214df21ebc18a28a327870ea8bb2ce 0.00 MB 1 0
16,852 16,852 0000000074f08f841c7e29439a44f6505b7b49a33c4ca760a0213ee26a684f67 0.00 MB 1 0
16,851 16,851 00000000f04fac94fcb77e5a3b21d41e0e9fd5f408e9ba202245bebdfb868c21 0.00 MB 1 0
16,850 16,850 00000000170f099777a5aef8ff9fc3d8f308b443e5b839fc82a460ee380dc2a2 0.00 MB 1 0
16,849 16,849 00000000f8da961fb89492cd67a1b6f415b9e6457eb286d9d5eb261d48116433 0.00 MB 1 0
16,848 16,848 00000000e84734ddbfcae5a7a3438cbc69498fab0f3097c5f866f617d019ab60 0.00 MB 1 0
16,847 16,847 00000000c966685e765c5838f0e6bcc84d4504c4a3b5449c23aff9cd6baad4b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.99 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,342.74 GB sent, 123.68 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.