Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,726 transactions (0.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,156 000000000000000000022cb30000000000000000000000000000000000000000 0.44 vMB 1,721 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,155 (844,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,357 65,357 0000000000d8b3991ed22c66c4203139677733a99c1f8ba32254d142b7c07f8a 0.00 MB 1 0
65,356 65,356 0000000002bd2f5ddbc3196d7b41d5fc5610ab40cbf10d487f93a3e6d6204828 0.00 MB 1 0
65,355 65,355 00000000023aa36db6d1522ab27454d7770dce10094e01d22fd9576321955906 0.00 MB 3 0
65,354 65,354 0000000008796c652d1d2dbad40dc94f43aa76c2a32045c698bbeddd35d29bf1 0.00 MB 1 0
65,353 65,353 0000000003be6afd05b7b8bb58b57da6847fa1c8b9df3c0e32bd37b2f0f6f993 0.00 MB 1 0
65,352 65,352 0000000007c81b3136b9d1a474319bf85fc013ea3d0c9d2fce288f33abcb6d7e 0.00 MB 1 0
65,351 65,351 000000000654bf6554019322b175c524b50c1072de5935c1035fb6ba6414c955 0.00 MB 1 0
65,350 65,350 0000000001cbffc17afffbbf57067ad019eadeadc4a5c285c9bd632288cc9c93 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.68 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,193.53 GB sent, 116.88 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.