Loading Tool

Explorer IconExplorer

Memory Pool

91,122 transactions
24.37 vMB
0.08865471 BTC
Random Selection Loading Transactions
Max Size: 165.01/200 MB

Candidate Block

Mining Attempt 9d75efdecebf6909fcfe5333d53cded4884d3891607cb6ab82058f023edd112c
Version 20000000
Previous Block 000000000000000000006829c10e2cab7d5ff7080a774187bf98824a1c0821b9
Merkle Root 5fea4e42b8acc62b039032a94612f3c313e6ba8e7cf752e370c0fa6904fb15c0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,638
Size: 1.00 vMB
Total Fees: 0.02647687 BTC
Feerates: 200.89 > 2.65 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,897 (850,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,361 65,361 0000000008dc157e561ec04306485f5871c8b085942b5a6bbb775169d0786670 1 0.00/1.00 vMB 0
65,360 65,360 000000000740212690c1c4c411746e5070fc1df2d8772598b1db76fdfda4a0f0 1 0.00/1.00 vMB 0
65,359 65,359 000000000a3711d2ec83af09e061e023c4066f4229bae2b6cc5d56b79093fc73 1 0.00/1.00 vMB 0
65,358 65,358 000000000399eabba10b260279fcadfb4f5ae599e12933273f788fdc8f80e831 1 0.00/1.00 vMB 0
65,357 65,357 0000000000d8b3991ed22c66c4203139677733a99c1f8ba32254d142b7c07f8a 1 0.00/1.00 vMB 0
65,356 65,356 0000000002bd2f5ddbc3196d7b41d5fc5610ab40cbf10d487f93a3e6d6204828 1 0.00/1.00 vMB 0
65,355 65,355 00000000023aa36db6d1522ab27454d7770dce10094e01d22fd9576321955906 3 0.00/1.00 vMB 0
65,354 65,354 0000000008796c652d1d2dbad40dc94f43aa76c2a32045c698bbeddd35d29bf1 1 0.00/1.00 vMB 0
65,353 65,353 0000000003be6afd05b7b8bb58b57da6847fa1c8b9df3c0e32bd37b2f0f6f993 1 0.00/1.00 vMB 0
65,352 65,352 0000000007c81b3136b9d1a474319bf85fc013ea3d0c9d2fce288f33abcb6d7e 1 0.00/1.00 vMB 0
65,351 65,351 000000000654bf6554019322b175c524b50c1072de5935c1035fb6ba6414c955 1 0.00/1.00 vMB 0
65,350 65,350 0000000001cbffc17afffbbf57067ad019eadeadc4a5c285c9bd632288cc9c93 1 0.00/1.00 vMB 0
65,349 65,349 0000000003cd2ea38fdceddd94cd94da180ddc78fd52443a40bfaa086e9f5531 1 0.00/1.00 vMB 0
65,348 65,348 000000000174ba0073d9bd20f4a492b7a3818922febb52c27e9d7611180540c5 1 0.00/1.00 vMB 0
65,347 65,347 00000000095179104031a3b7a4640cec0d4c2960ec881868b786d9906856f1ac 1 0.00/1.00 vMB 0
65,346 65,346 0000000007a3b71d6fb79b72a98697ea1f131137bf27c079a6357b36c810376b 1 0.00/1.00 vMB 0
65,345 65,345 0000000006591551a90d844884a1ebd92041f0f5adcaef872843f101896fd433 1 0.00/1.00 vMB 0
65,344 65,344 0000000004601af4d6d55acc0efcd4a0008f02747893587083156db2eff286f5 1 0.00/1.00 vMB 0
65,343 65,343 00000000025fc0884512d2a9f69056685d100dea4dfbb362d8b7704e598f2e73 1 0.00/1.00 vMB 0
65,342 65,342 0000000002f3d9827a9faf4c2ef9323e04da993a244eb2c10a312748d15d43ef 1 0.00/1.00 vMB 0
65,341 65,341 000000000007e846d3256b8d4681fca6a7c90b2bd758ab3293ea6518b0e00516 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 797.68 GB
    • Received: 22.32 GB
  • Uptime:

Notes

  • 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.