Loading Tool

Explorer IconExplorer

Memory Pool

36,084 transactions
26.04 vMB
0.06744325 BTC
Random Selection Loading Transactions
Max Size: 132.88/200 MB

Candidate Block

Mining Attempt 8d1a5af648e235b556cc6ab0841a3dbd3ddee235c32b667043d4f79c1826ba02
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 4cc7fdb79f8714803e77b595b088c9b01964a38655a7328bc8f5ae8d4396a12c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,465
Size: 1.00 vMB
Total Fees: 0.01950626 BTC
Feerates: 152.71 > 1.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (183,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,404 731,404 00000000000000000008c439bed6e819c589d6febf20ffe11fd0fc18d82b5fd3 2,098 1.00/1.00 vMB 12
731,403 731,403 000000000000000000012ad66f8fb016c9faf88747db05c78d899420e4ded282 2,428 1.00/1.00 vMB 8
731,402 731,402 000000000000000000071de67f756119cd7b237d09974701a257fe1da25e59df 2,057 1.00/1.00 vMB 4
731,401 731,401 000000000000000000055bb268eb7911cfba158ef9e4cdf1b1ba2da277c667ff 3,026 1.00/1.00 vMB 17
731,400 731,400 0000000000000000000725fbc8fc06876f21fb68eea9e44a40ff273bed59d6a0 2,914 1.00/1.00 vMB 23
731,399 731,399 00000000000000000005fe603342d2226d40f899f53cf3918fb5baefde15e2e8 3,308 1.00/1.00 vMB 18
731,398 731,398 00000000000000000007b4d0fbdb0eb926880f2e2fb2b75907f05f8482ba086b 1,894 1.00/1.00 vMB 9
731,397 731,397 00000000000000000008e366636fd64b9cb25d7b8399306e052c44691fc79d2f 3,511 1.00/1.00 vMB 17
731,396 731,396 000000000000000000035f46916db2dd22a8ed8ed31c80f4529b1db9a2c4b82b 3,633 1.00/1.00 vMB 4
731,395 731,395 000000000000000000099b6e4d63bd8470dd73b5a1a6479de9f0684763df674e 3,381 1.00/1.00 vMB 15
731,394 731,394 00000000000000000005c5eca7e887683c9bf3dacec18efb2198457b7cb1122e 1,384 0.99/1.00 vMB 1
731,393 731,393 000000000000000000050dc7aee80816115244f55eb9351b97b2254a41d84ed0 2,419 1.00/1.00 vMB 4
731,392 731,392 000000000000000000038c556c417168a54c2f77affe3579cb10e14fad3b83da 2,903 1.00/1.00 vMB 7
731,391 731,391 000000000000000000095c1b7d007dfcdb7e6065510965773b3a187e12060831 2,919 1.00/1.00 vMB 6
731,390 731,390 0000000000000000000944a859ab18500b1ca31fc3f8f83028a3847b9313d0d8 2,774 1.00/1.00 vMB 13
731,389 731,389 0000000000000000000508e2d505bcca6a2dfbc625472bed35d4250328ec3ff1 3,151 1.00/1.00 vMB 15
731,388 731,388 00000000000000000006862f3d81b778907a0c56d1c39d00fe2f491756098c8a 2,165 0.72/1.00 vMB 8
731,387 731,387 000000000000000000092f491434674e9e5e818d40f96f9b331f422e287e8ba8 628 0.22/1.00 vMB 7
731,386 731,386 00000000000000000003193287ac9bb5434c9703168207fed2bf7b3d834c70d8 907 0.42/1.00 vMB 9
731,385 731,385 000000000000000000066636f924b4670f3df93a80f5b696f66d61d577da6a22 264 0.17/1.00 vMB 4
731,384 731,384 000000000000000000021d6cb0f6b7a16fafebedac5f70cd7f3d66f54820e45d 1,985 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.84 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: 637.34 GB
    • Received: 12.42 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.