Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,080 transactions (1.53 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,727 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,141 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,726 (855,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,477 55,477 00000000116e3e4a3548fdc724e0e52a843b6f32ddde9093c3bcb84771f96577 0.00 MB 2 0
55,476 55,476 0000000006f6c05163a8ade93a19a1d40f635965f36898b78110cfef0374fa47 0.00 MB 1 0
55,475 55,475 000000000628c67966bd434c600136587ca84d1d42b8e5933147d520d9d114b9 0.00 MB 1 0
55,474 55,474 000000000493687e272014085a5f8e87ceba7d95437043b6d79ce205c9d5f217 0.00 MB 1 0
55,473 55,473 000000000f2a7bbb6cad18f1fc99f0f489bac01498aa6e9f01347881c450a3db 0.00 MB 1 0
55,472 55,472 0000000007eb5969dc2f37e0f8a59a269cedc701d0ab19fb33d744f690ad9e17 0.00 MB 1 0
55,471 55,471 000000000e2cf2ac215e822e8bdbe41bc06ee3e5a6eb7c5a3fa9d7f85c39bcce 0.00 MB 1 0
55,470 55,470 000000000055cfe8cf98563651ce2c55a63b5a4bdacd79009ad9ee553816ebe3 0.00 MB 1 0
55,469 55,469 000000000b25990a0f3b68bd3539518571b1db88b03fc3474ad9cde509065836 0.00 MB 1 0
55,468 55,468 000000000545714f4acc2e0028d8833762d1126ab1a094f0edb5d4fae2263335 0.00 MB 1 0
55,467 55,467 000000000addc8ab71e55480cd081bad4cfb505acaba8f3489eb657db225a0f3 0.00 MB 1 0
55,466 55,466 00000000062fb37c76da87ae454339f3741107abc8e9ceba7e69c9905f809cd9 0.00 MB 1 0
55,465 55,465 0000000000583096e5fa298054723dd0f46327e62da321fe72abddd39c1b6811 0.00 MB 1 0
55,464 55,464 00000000053a586812c355df96617daf3e7fb829f77cbede80203a60be78c414 0.00 MB 1 0
55,463 55,463 0000000009019c87d0c4d36b9005c77f2efa5a521e3c77ebe1bf984b5f5166d7 0.00 MB 1 0
55,462 55,462 000000000bb4e9b65d3db59fd35606987b9d8834a94d29d3c374fa5a30968ae1 0.00 MB 1 0
55,461 55,461 000000001008be43419b0bdee0d467da3d5a29e69e881e3a79d85f277602f570 0.00 MB 1 0
55,460 55,460 00000000011200cb1744adf1f18cd08c740ecb98e0b8444771f8b7cf473a49a3 0.00 MB 1 0
55,459 55,459 000000000d8d4fe9eb786c672950068f4625bbcda1e76f46342d7832883e3654 0.00 MB 1 0
55,458 55,458 0000000001236fc49aa1f2c014099d0fe84cee00fa6bb22a9cf9e6e8d14c7332 0.00 MB 1 0
55,457 55,457 00000000101e247bfa235c0581c94cbb4d3559d3908b4b7e916ed8e1f06c4d0e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.72 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,292.19 GB sent, 122.24 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.