Loading Tool

Explorer IconExplorer

Memory Pool

80,532 transactions
29.71 vMB
0.06930644 BTC
Random Selection Loading Transactions
Max Size: 179.33/200 MB

Candidate Block

Mining Attempt fad1558d0fc55e9a28aa129e193e9a6dab751455a8e653156e8198415e30091f
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root ad38d34fae8b07b868041c47ec1de12690a04d4e63f5e8c4cc34409e12bac327
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,129
Size: 1.00 vMB
Total Fees: 0.00860964 BTC
Feerates: 100.36 > 0.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (381,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,297 533,297 0000000000000000000a42a91f93073fb963a79c53fc8a5be5e3d674e75dd6c0 1,815 1.00/1.00 vMB 6
533,296 533,296 00000000000000000013a342e95038c3866c524107809040887b50fef0a5fc71 1,096 1.00/1.00 vMB 6
533,295 533,295 0000000000000000001939cd9cc69d0253a54dd8575a57fcc85825af75bfcc86 2,782 1.00/1.00 vMB 41
533,294 533,294 0000000000000000001d733da253709f63c1b54c1c740a74f18d3fd3ab0cf583 2,519 1.00/1.00 vMB 47
533,293 533,293 0000000000000000000667392776ea5898e1b3011f6d3fb53be453c2287d9477 2,052 1.00/1.00 vMB 20
533,292 533,292 000000000000000000331fbda36bd51c9325e607d7f3d1b81be6a2178257a71d 2,591 1.00/1.00 vMB 48
533,291 533,291 0000000000000000001e80cac1b7856bb225bf1820f80dcf76da4ab5b853f004 2,605 1.00/1.00 vMB 34
533,290 533,290 00000000000000000019538c4f18d659f18ac69553913499c98d1974f2a0f6c5 2,715 1.00/1.00 vMB 16
533,289 533,289 00000000000000000029b82e8b856f0c7bcc2ac8e30c87de0d2c40900e79614e 1,916 1.00/1.00 vMB 26
533,288 533,288 0000000000000000000ad1a710a289eff5e911790f1d671a87a5fce70dbee15a 2,731 1.00/1.00 vMB 21
533,287 533,287 0000000000000000002e21430ef6069da00feafb4ef2ef2851920ee09896c149 1,679 1.00/1.00 vMB 22
533,286 533,286 00000000000000000010a3fbbcf49ecf4d9b6d79fa615351562ca65f7f5307f0 2,074 1.00/1.00 vMB 53
533,285 533,285 0000000000000000000cae346d690c9853f598df83f8ee585871afbae1265ce9 1,406 1.00/1.00 vMB 73
533,284 533,284 00000000000000000020a1a0cb010e54769ef811f95974dbeb6d07656a076073 2,137 1.00/1.00 vMB 21
533,283 533,283 0000000000000000001827a7da85c86a61a0fc8606306fc4a540acaf8cb6810b 1,352 1.00/1.00 vMB 44
533,282 533,282 0000000000000000001e6de3c2a1c5adb057ae8b452c80e8a406e01cf67e8e00 1,020 1.00/1.00 vMB 51
533,281 533,281 00000000000000000013f9350cc074886645f16c34224ecde8e2b1d6a24c8672 1 0.00/1.00 vMB 0
533,280 533,280 0000000000000000003113cba6defa6ab00f8e9b1869833390f9d2e1eff04445 921 0.99/1.00 vMB 79
533,279 533,279 00000000000000000005725b995017dc70d14ea6eca88808659c7867ef2c30f8 293 0.13/1.00 vMB 23
533,278 533,278 0000000000000000001c7976082e4d84b2c0471ff5c1a0b86b402c45609387b0 1,655 0.68/1.00 vMB 16
533,277 533,277 000000000000000000198734675bba91d63214b4e3de86af45077c3dba2a04b6 1,912 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.