Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,691 transactions (1.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,661 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,088 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,660 (879,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,461 30,461 00000000545bf6ef73f3195df06875ffa5721a0c2772fe9a0eb509d3ec32a35c 0.00 MB 1 0
30,460 30,460 000000008e0091db98a10ffa0a9263687bfafcb8476b21f70b6809b2e71ea5da 0.00 MB 1 0
30,459 30,459 00000000eccb1afd698a425cb8e7a6deed893709f0d22de229d3fde6b6c2d005 0.00 MB 1 0
30,458 30,458 000000007374b666f4d32e44fdde977c9d7275a3e9cefd114f839351ec821192 0.00 MB 1 0
30,457 30,457 0000000099ff8d57f894afc37f46478bbc186f02a20ce2813a974a8e62e97cf0 0.00 MB 1 0
30,456 30,456 00000000913fdcea56ec7cf55a6d61479206b6678d82e0d630d10e2e87680d0f 0.00 MB 1 0
30,455 30,455 00000000d6156b2f286252ef7f18b24b34954e271448f1c3eb4ffdb2c780e567 0.00 MB 1 0
30,454 30,454 000000009d0b15a71b5ced1e788364dfd6d9e01f7d3c89056c15d975a0344627 0.00 MB 1 0
30,453 30,453 00000000cd516623a2174ed2725c1a48d4ed081a3fbd4b856f8fb60aa0cb732b 0.00 MB 1 0
30,452 30,452 000000005f1aa78ebb2b3dff2eb4a659fb309afa811e26bd5bc357c67095c1ca 0.00 MB 1 0
30,451 30,451 00000000f2ab236bb66138cc228fd391fbd9d8ceed6b89ca73902f12e6bd1ed8 0.00 MB 1 0
30,450 30,450 0000000055ad31cc22470b11ede80064409f0a99c95cc3e3e9bca9c57ab8fc14 0.00 MB 1 0
30,449 30,449 00000000602fc54826d3040132282c5c59c41abae7f56fa404c1241d7cb87d7b 0.00 MB 1 0
30,448 30,448 00000000976fcc1e5752720b7bc481b34f4343119e7a86d027f36bc0a79c2a4b 0.00 MB 1 0
30,447 30,447 0000000022837ea0aa338e941a977a6de1d9bc5c3b363a495b6fe41f5865d040 0.00 MB 1 0
30,446 30,446 000000000a96481462d9fdb819e52352268d8b1b3c45752b1ad3f445a11e2418 0.00 MB 1 0
30,445 30,445 0000000086920afd723ddad959240193f0c6d755846f20dc2c044ecf4f690624 0.00 MB 1 0
30,444 30,444 00000000d159cbac2d3bcf3c192e44a0df992085e226f4a168dc407f51f3fde0 0.00 MB 1 0
30,443 30,443 0000000056d88e1c0824613b9e6dfb804d0562293be63a64acb4457b8bb8e78c 0.00 MB 1 0
30,442 30,442 00000000781550d594ccc7f403f647f8a5c7bbc49553dc198bc9680825977d3c 0.00 MB 1 0
30,441 30,441 00000000aaf803ddd21c5f5da83c333736f081be52dbc670be7ffba43e5b301e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,132.95 GB sent, 112.23 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.