Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,205 transactions (0.85 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 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
910,172 000000000000000000022cb30000000000000000000000000000000000000000 0.85 vMB 2,202 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,171 (844,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,349 65,349 0000000003cd2ea38fdceddd94cd94da180ddc78fd52443a40bfaa086e9f5531 0.00 MB 1 0
65,348 65,348 000000000174ba0073d9bd20f4a492b7a3818922febb52c27e9d7611180540c5 0.00 MB 1 0
65,347 65,347 00000000095179104031a3b7a4640cec0d4c2960ec881868b786d9906856f1ac 0.00 MB 1 0
65,346 65,346 0000000007a3b71d6fb79b72a98697ea1f131137bf27c079a6357b36c810376b 0.00 MB 1 0
65,345 65,345 0000000006591551a90d844884a1ebd92041f0f5adcaef872843f101896fd433 0.00 MB 1 0
65,344 65,344 0000000004601af4d6d55acc0efcd4a0008f02747893587083156db2eff286f5 0.00 MB 1 0
65,343 65,343 00000000025fc0884512d2a9f69056685d100dea4dfbb362d8b7704e598f2e73 0.00 MB 1 0
65,342 65,342 0000000002f3d9827a9faf4c2ef9323e04da993a244eb2c10a312748d15d43ef 0.00 MB 1 0
65,341 65,341 000000000007e846d3256b8d4681fca6a7c90b2bd758ab3293ea6518b0e00516 0.00 MB 2 0
65,340 65,340 000000000401d670c814c723c7c401a6bd54e4d91f03a6408458bdc4a0596191 0.00 MB 1 0
65,339 65,339 00000000067137d4912f2ad4356739782114e3546b8e116b3b738ab9339f540d 0.00 MB 1 0
65,338 65,338 00000000093b037b3b0219cd185eb73e6551e460893d48ee1407dbb17ef9ad86 0.00 MB 1 0
65,337 65,337 000000000679179cba5a05d5e03ee0611e25ed9587fdae0b51352890d15d7a26 0.00 MB 1 0
65,336 65,336 0000000006e26c1bfa6115cc1e873598b1eaab34363bd75199232bbc71fd58aa 0.00 MB 2 0
65,335 65,335 0000000002ed1b744a25ad812f26c15a77d675d97217a118580fe970dcb6626e 0.00 MB 1 0
65,334 65,334 000000000a991a168c9d2137f7a6d3a9f4ed5a9fbbb2b77bc7a783f1365e0ea8 0.00 MB 1 0
65,333 65,333 00000000052af1fde60cd53a4f31c1654fffa74ab4f661d51233c70a319dc5ef 0.00 MB 1 0
65,332 65,332 00000000075f803fbc3597bd1161eca45d21362bcfc5b8c8a82adb3bc5a2ec5f 0.00 MB 2 0
65,331 65,331 000000000a363f6312b21ebf108760435dac26b658d1be8b39d903cae472e75c 0.00 MB 1 0
65,330 65,330 0000000005e482892d823b66d7c5b424373266fc5b6d9ec6ee4ef95973caa66a 0.00 MB 1 0
65,329 65,329 00000000050ad4693f9d06b37e437d2da8afea1b56b940f58a586060a03de43f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.71 GB

Node Information

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