Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,771 transactions (1.11 vMB)

Priority:

  • 1 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
910,707 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,379 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,706 (855,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,486 55,486 0000000011895d61b950921ba1b8826d367334d06c37218463e0aee55b25f14a 0.00 MB 1 0
55,485 55,485 00000000114901b14cbefba0a9c270c60e6c27e3e3cf2864f6e82b88ed607306 0.00 MB 1 0
55,484 55,484 0000000010e0541bcff5ba63827d3efe24237155190f830da1726745c8888159 0.00 MB 1 0
55,483 55,483 00000000016ea8b26e1ef3af62ade80a665ba768e1eec2aa706d6b2a941dc884 0.00 MB 1 0
55,482 55,482 000000000cbfadcf22204c02da1c19d10128250e220ca77b2e944f87356d517c 0.00 MB 1 0
55,481 55,481 000000000ba939e611b81ce71cfefc16550054340743c8daf4b83e24116d5cbb 0.00 MB 1 0
55,480 55,480 0000000008ef1f7da7e3bad42aa0dba924e921bb472d79840775739d01b73334 0.00 MB 1 0
55,479 55,479 000000000365b13adb8266cbd747268b646f2433a90ea73ccdc7018d8ff8844e 0.00 MB 1 0
55,478 55,478 00000000118557d15f3b3ad4bbc90cd9e02fce8db1b01f50a25edb4070f1561f 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.68 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,291.29 GB sent, 122.06 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.