Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,940 transactions (0.92 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,791 000000000000000000022b910000000000000000000000000000000000000000 ago 0.92 vMB 2,926 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,790 (854,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,462 57,462 000000000d24335df7976303a40ecd1a74818b698db0a67ef208c46d61610cb5 0.00 MB 1 0
57,461 57,461 000000000432204dfc1b420e866b1d6a1a683b104d79484aae85f42587510d46 0.00 MB 1 0
57,460 57,460 000000000ad4b342151d90c4156d682a49f7c4c2937610d00aeb60b490a060d7 0.00 MB 2 0
57,459 57,459 000000000d3c08ef23ca31726afad0b4a0f3265626d3760a0c2e8ca4e070f756 0.00 MB 1 0
57,458 57,458 0000000004cfc8a0dae29422223bd25c930a960522ed78ade531b7075819f040 0.00 MB 1 0
57,457 57,457 0000000007c8a0cd059139b38d824a3563cb495a3f8c95d0a1d0709330bec42a 0.00 MB 1 0
57,456 57,456 00000000137b4aa9069c3633401d18bb108118d166cd678fad2a88c6f27bb6f9 0.00 MB 1 0
57,455 57,455 00000000064789200428df0afa71f4aa8ad1954c51628bb6f4ffbaa10816f0cc 0.00 MB 2 0
57,454 57,454 0000000012150a04bbe98db1b775dee82e2a4a2a388b6008ab387f3afbfdeb13 0.00 MB 2 0
57,453 57,453 000000000817659a1bff7fbee7c7d0517e06969a648d9a429f5bb366328445c9 0.00 MB 2 0
57,452 57,452 0000000013e3ff26bfdf5bd0136232e183ecb584e724efc19faae812488b1c8d 0.00 MB 1 0
57,451 57,451 000000001230be949ed61f1f978378f2a9f3a5bbc75b904616dae95f355762c1 0.00 MB 1 0
57,450 57,450 000000000af913c9a6c7fd80a441788d271f5002388134285ea8285d04e54df1 0.00 MB 1 0
57,449 57,449 0000000014893c5a0004dd19fdd9a978bf534584a9e49f021edc2cf24559b181 0.00 MB 2 0
57,448 57,448 000000000d6c42dc81ef25d1bd52238d835da593b73371f456c2aa515a907744 0.00 MB 2 0
57,447 57,447 000000001189043810bf76576998d35ea4c73650a5f671c9813d0948e9c2486b 0.00 MB 1 0
57,446 57,446 000000000fc05e234d380074dc1eb6d64ca6fe0ba326114c97307720e2adb515 0.00 MB 1 0
57,445 57,445 000000000c93a41d7d1004d63f4ae6c6905241eaa560f7aaf86619506d848503 0.00 MB 1 0
57,444 57,444 00000000066bfaf6770148139695bd17b0c8d379d4cf72cb7e7cd47e62a3649a 0.00 MB 1 0
57,443 57,443 00000000068df2103d24554540ec106c9e6727df4e0c7dd36a896b10d3d9cfab 0.00 MB 3 0
57,442 57,442 0000000002e51a6f996fa6f8ab3c607082a3a4bb2667936d11e67e5874e6d57b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.70 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,442.88 GB sent, 132.05 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.