Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,051 transactions (0.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,494 000000000000000000022b910000000000000000000000000000000000000000 0.64 vMB 2,033 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,493 (892,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,380 19,380 000000000c0dc9fca5a2d46da8f377776898ca2d7b728b9c8cd471bde7cb66f5 0.00 MB 1 0
19,379 19,379 00000000f124f7937b71aec38f0a8ff5abee94c56a651b197d39480b46c58fd3 0.00 MB 1 0
19,378 19,378 0000000067760931f75f6d5f2e5ec4bb279caa5c2a5c1341727ddecef589ffbf 0.00 MB 1 0
19,377 19,377 00000000449ffeede6a99a9c57974dfddd19164392945d8d589504842d08c9b3 0.00 MB 1 0
19,376 19,376 00000000051d961c501c75a05a857fef4570d0c95ca3beacd9539497732755b1 0.00 MB 1 0
19,375 19,375 00000000833a2ad56e7ecda002b03db9576eb1e5af3437915f645cd377cdf8a6 0.00 MB 1 0
19,374 19,374 0000000076bedfd409f95dc20773912817d975a9c6afb02a605da11c74266cf7 0.00 MB 1 0
19,373 19,373 00000000048ae0c5e71e5f636bdc07bafb3521f368e07f9cc0f4621cea6fe4dd 0.00 MB 1 0
19,372 19,372 00000000a94ac580b050244faa92eb7374bb77ee3d8be88d7480fb75f8c3c5db 0.00 MB 1 0
19,371 19,371 0000000068b6d7f4ed9e48848b5b1a1f7c39c778a86e4b3dacb1e0f2cf6077b2 0.00 MB 1 0
19,370 19,370 00000000e06300335d804a9e550673ccd13698c7192c464facd0645681b811e8 0.00 MB 1 0
19,369 19,369 000000000d02c75454187baba4e4eb76672c4693981ef4ab13c0d7e5ca48ba60 0.00 MB 1 0
19,368 19,368 00000000880529f0de6153183e3da5f86df65e1960d3805eed904ea737e34950 0.00 MB 1 0
19,367 19,367 00000000f0f061af7ce0c0ddb5d76dce07a4c7c7855865bb8f0ecdae366d0ce7 0.00 MB 1 0
19,366 19,366 000000001592f2ea62af3f64cb13bf4b4073f171d30681f54fbfaffb67545112 0.00 MB 1 0
19,365 19,365 0000000039d96512e23ed96eef4b8c834f5bf48d35eeeac96af7a5e9b1a62693 0.00 MB 1 0
19,364 19,364 00000000dafed8a1e6f2b2894cdadda71513b6adf2081f7249e33866327d7426 0.00 MB 1 0
19,363 19,363 000000008287ebeb25489dcf84d7b9620854a9857af069f6004373048da234d0 0.00 MB 1 0
19,362 19,362 000000007c68065e3533a9666db75987fb7864447e8efd0e573fdcf85366991a 0.00 MB 1 0
19,361 19,361 000000003606a40f658fdf162c8e667277db6680a6dfe5a81a51f3d41358af63 0.00 MB 1 0
19,360 19,360 000000004e778e176d0fd82e0d54d1ac409de5609013d88b5ec6147e8d9a4875 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.15 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,411.92 GB sent, 129.46 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.