Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

383 transactions (0.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,541 000000000000000000022b910000000000000000000000000000000000000000 0.11 vMB 374 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,540 (854,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,382 57,382 00000000064a9c53acc21594109a319292f7a03a73ac72b3065f384556f72f73 0.00 MB 2 0
57,381 57,381 000000000909752effb94e265812aacfefb67e2b1c7457e3d6c36145360c902f 0.00 MB 1 0
57,380 57,380 00000000039c437b865997577a364416c6694d96f7482e92ac2823cf7a6c0546 0.00 MB 2 0
57,379 57,379 0000000004f50b7e484d09bea4ac4b15ca69d69b97a205a53472068af457a35b 0.00 MB 1 0
57,378 57,378 00000000151b1ea4525b410bbe3f2e1d2d5e2418703a5e061378d5ee904be445 0.00 MB 1 0
57,377 57,377 0000000014c65a4d2da3023d0b564428a74f08544cfe93de44090dee2484d40c 0.00 MB 1 0
57,376 57,376 000000001043d3815bae7f088571f0369e19c9a13576edc881f787a12fbbe44d 0.00 MB 1 0
57,375 57,375 000000000ab67664692b1a4c032870cbc0260d95a45b3cdc61452416822ea607 0.00 MB 1 0
57,374 57,374 0000000003cbc4184bb6adb093ad36fb0e7fff9ea66f4b301c2274946586d6c6 0.00 MB 1 0
57,373 57,373 000000000f2e7a46ad5864301fc6301772e1f5bb2633ecc8afec9349aa0cdd3a 0.00 MB 1 0
57,372 57,372 0000000001d86525fd7e600b31856b11b98dbf306fea0f80070c4517cdd91bc4 0.00 MB 1 0
57,371 57,371 0000000005ebd8bb0e0c9c5604037ba5d7a55d271028b4d2b8a6ccc754fc0f45 0.00 MB 1 0
57,370 57,370 0000000002685cb9be58a81c57d56244bdde3955d575233debef43b6d71f6522 0.00 MB 1 0
57,369 57,369 0000000010e74be71ae03e34fb07b3a5ab5be2dcf79e84c87344b91f80b68448 0.00 MB 1 0
57,368 57,368 000000000eb3ec0eb353cced5a88e6615ca27c69db1ed95ab8141154a142c441 0.00 MB 1 0
57,367 57,367 000000000c305314c98725b55f3ea9781464e660b1b4cc3f064d74a4ed163e2a 0.00 MB 1 0
57,366 57,366 0000000003b79f2c32e4f88e3cd47113a40d0fc06c16055282551aabf61ba827 0.00 MB 1 0
57,365 57,365 0000000012939157442b555e85dd3bffde84ef5af74ddd41e464d1c9b5e0db5e 0.00 MB 6 0
57,364 57,364 000000000d44865678944fe6f23041257d34e2e65c565a1c60f8d72d4ff3f7db 0.00 MB 1 0
57,363 57,363 000000000867f819fbfd0ae1909f6efd27d52c1ae2810ad2b4e6c5438702509d 0.00 MB 1 0
57,362 57,362 0000000010998051c7809bc3e31ba2a5d477a87a32c39a199b0bf1a2fe434d28 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.24 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,413.65 GB sent, 129.85 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.