Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,770 transactions (0.73 vMB)

Priority:

  • 1 sats/vbyte = (9 blocks)
  • 2 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
910,132 000000000000000000022cb30000000000000000000000000000000000000000 0.72 vMB 1,754 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,131 (844,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,364 65,364 0000000005aa70b18d54003bdbe7b6660d9f2fff735f5496fdaeb5ee8f54fca9 0.00 MB 1 0
65,363 65,363 000000000179b104097fe20552c5a337e24c8d681f83bec212e99ec3bc348ed4 0.00 MB 1 0
65,362 65,362 000000000019499661c161b9b75022a4f4e8d8e936528ebd82398563f189421c 0.00 MB 1 0
65,361 65,361 0000000008dc157e561ec04306485f5871c8b085942b5a6bbb775169d0786670 0.00 MB 1 0
65,360 65,360 000000000740212690c1c4c411746e5070fc1df2d8772598b1db76fdfda4a0f0 0.00 MB 1 0
65,359 65,359 000000000a3711d2ec83af09e061e023c4066f4229bae2b6cc5d56b79093fc73 0.00 MB 1 0
65,358 65,358 000000000399eabba10b260279fcadfb4f5ae599e12933273f788fdc8f80e831 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.63 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,192.57 GB sent, 116.66 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.