Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,510 transactions (1.17 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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
909,942 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,092 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,941 (842,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,282 67,282 0000000000340b73137d4eeb9df8f68da35dd6c5c6098c66bab0248a356ff871 0.00 MB 1 0
67,281 67,281 000000000373bfb6adb9519e52cec538e0ac4cc1c41f4a03b32bd066d2f71f3b 0.00 MB 3 0
67,280 67,280 0000000003fbaf3715fbed6098e0360336c4bff405934f027a7e409dc820d5ee 0.00 MB 1 0
67,279 67,279 0000000004a09d5ae757481bbf0341ae42797c2bab17b850ec64c4e3703837fa 0.00 MB 1 0
67,278 67,278 00000000048d17bcc2ba2c1ea0e73ece32263896b50a21f52ffd8f8a32b28b44 0.00 MB 3 0
67,277 67,277 00000000034fd797175d0c902d48442a3ada5536e056498fdfed614ce90a10b5 0.00 MB 2 0
67,276 67,276 0000000004ae347f48d9e1fb9fd83a1b06912d3eec096f2bb8718fef3259a3e9 0.00 MB 1 0
67,275 67,275 0000000003feec1a3645de9eaa74c94d8780cf9cd70f0de92d5caef6f5a0c031 0.00 MB 2 0
67,274 67,274 0000000002bbb80c3e44458ed7c34f9296ae9e0691fafb5232fa100d073011db 0.03 MB 126 0
67,273 67,273 00000000045f9785107284d3efca88ad29017f7c58a021b1f02cb9f42817e936 0.00 MB 14 0
67,272 67,272 00000000000cc8a0d842e01b79505bc7dd2f14020bb4bc6bb411cca35ed7e050 0.00 MB 2 0
67,271 67,271 0000000002a1f878bcda7d59efecc39231836b35b6386d4d11187743a3f9c706 0.02 MB 85 0
67,270 67,270 0000000002eca41ff8c96f7c44f762629dfef4937eeef3d4b190c503cfe18598 0.00 MB 2 0
67,269 67,269 000000000421215996433909180e4cc7ac53e5e26c53b9f3917326988da86827 0.00 MB 4 0
67,268 67,268 0000000004d419f576cbcffedfed80acca237cab7cd02284b57407b169cad787 0.00 MB 3 0
67,267 67,267 00000000042cf160e6f801745a94460931355c755c9383280e5f110adad4e54f 0.00 MB 5 0
67,266 67,266 0000000003e30da4819f33e7236c7d6df52720cf3e03c534d6f8c9965db660f4 0.00 MB 2 0
67,265 67,265 0000000000d5e4e413ae70920be02e33dfcac94e0cd9d16dcbc033858ff4fbcd 0.00 MB 2 0
67,264 67,264 0000000005143167919ef0c435d64e3394252c7b00e7d07acf36b95732139b75 0.00 MB 1 0
67,263 67,263 00000000023988e48a02325306a365f57d30a2e6474e069371a729d3a44d663b 0.00 MB 2 0
67,262 67,262 0000000005a095fbd62559d822ec25a5166b52a2874c5b927eedc26ff4bcd1f6 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 773.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 2,174.89 GB sent, 114.84 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.