Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,994 transactions (0.56 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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,833 000000000000000000022b910000000000000000000000000000000000000000 0.55 vMB 1,985 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,832 (854,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,591 57,591 00000000089fb28535efede0719cc03752439c15a3561638555203dac8134f44 0.00 MB 4 0
57,590 57,590 0000000003fb59de2427b22ac62127e99180990b1ae09e90816c56d1c8acbe01 0.00 MB 1 0
57,589 57,589 000000000c4ebfa5dd754ce575e9777c2bd9de78e24b8f86fcaf957b7feee369 0.00 MB 2 0
57,588 57,588 0000000004b7d0a314a201893afce2b9aa6f4b60807e45a9490a5386fb3e5939 0.00 MB 1 0
57,587 57,587 00000000149e35c68061943e7e64ae69b19615842ca93006902f3153cb52b0b3 0.00 MB 1 0
57,586 57,586 000000000a4bd7f35304fa622e2dd841a12c0ee09e49afe8a6a1ea7417876109 0.00 MB 1 0
57,585 57,585 00000000066b8ed794934a5bbeada34faf97ad608a5fe206c6b038962b7dea89 0.00 MB 1 0
57,584 57,584 0000000007fb68e417ed1c1d03ba39fb91536b717502098a25a25de9f6769612 0.00 MB 1 0
57,583 57,583 0000000012ea7bf5dfdfb886b50ac2ebeae721b3405ac9630af348dc03a9665b 0.00 MB 1 0
57,582 57,582 0000000012476a2bbb0ce9747a18b173094ee6a5bd3bdc82ccc588e304f23d71 0.00 MB 1 0
57,581 57,581 000000000347ea80a7d191f3d1789b29f7e8db263d7c40f843e82688accc9ca0 0.00 MB 1 0
57,580 57,580 0000000007282a15fe7c51c0ed038e4a88e5b4d4dab381178cfea0945bfc5cc4 0.00 MB 1 0
57,579 57,579 00000000023b2fb0907f3c98fdcb343494a3f6368c0a98acb9b6e20218400112 0.00 MB 1 0
57,578 57,578 0000000008c4c34348283ea57373f12cd01bec2bf45969f7cb76f6f8510c516a 0.00 MB 1 0
57,577 57,577 00000000011fd1a1b9b11c56e619c1710dbee7746da71aa6a23fd171fc3c5437 0.00 MB 1 0
57,576 57,576 000000000fdc8cb13b6fa8bd3e21a49763cb93260eec58f49d9d5c330a73267a 0.00 MB 2 0
57,575 57,575 000000000b22500f789c30bdd1c5187a906bc2b4449f900152fb80599a5d4157 0.00 MB 1 0
57,574 57,574 0000000002f8a9dd77c77354f3af00bc20ff52e46b5e9447998b3d5772a7e497 0.00 MB 1 0
57,573 57,573 0000000005e619975e1b30f71bfbbb317b59a2c93bfafe62e1623eb438c433b0 0.00 MB 1 0
57,572 57,572 0000000012929c753fa33623ed4eaf2034699d3f43c0944415de439e1da3a7db 0.00 MB 1 0
57,571 57,571 0000000011e0d34ce64b293220a0c64f0983ddab5b3934e845118d6b2182904d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.78 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,466.96 GB sent, 132.47 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.