Loading Tool

Explorer IconExplorer

Memory Pool

44,597 transactions
26.60 vMB
0.05773847 BTC
Random Selection Loading Transactions
Max Size: 140.43/200 MB

Candidate Block

Mining Attempt a7bbd3439c3729430ed475f35de0637c9249c85ebe9eea509f4deff3b6a79fa7
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 234bf6dd6737ceb77c71800d2e37dd6c889ea233046b8b8b8728d5545d8e0c7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,176
Size: 1.00 vMB
Total Fees: 0.00881906 BTC
Feerates: 54.71 > 0.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (426,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,408 488,408 00000000000000000088092c77b76f59f7294ef68b361a23c8827cc6bc3fe29f 1,950 1.00/1.00 vMB 122
488,407 488,407 0000000000000000000cd71ed1bda0831966aa97376354e6d469a51cd444e939 2,317 1.00/1.00 vMB 139
488,406 488,406 000000000000000000ce3868dda97cae7abac4f12842f11b134ede5d1690bbd1 1,878 0.97/1.00 vMB 146
488,405 488,405 000000000000000000d866353dedad34bad50956c902f44647d7b2162eba9376 2,065 1.00/1.00 vMB 149
488,404 488,404 00000000000000000027feaf5dfa95779562a9543932641e9c51b3785a6e161e 2,391 1.00/1.00 vMB 134
488,403 488,403 0000000000000000008c4b793f5eca8fb086b5c251a9b309ba20fbacf0ebef04 2,457 1.00/1.00 vMB 173
488,402 488,402 000000000000000000e082a93af69eb9def7b581ca90757096175df76f48ae10 2,211 1.00/1.00 vMB 159
488,401 488,401 0000000000000000006898901adbd4ef51af3f06255303472db81d213fdc3b02 2,447 1.00/1.00 vMB 190
488,400 488,400 000000000000000000b59301ebf1c542db82183777a851be80e6f3420064b16b 27 0.01/1.00 vMB 687
488,399 488,399 0000000000000000008d129ea0f8acc2c8ca2871c2d856f3c1146d03d2f30a69 2,542 1.00/1.00 vMB 110
488,398 488,398 000000000000000000ef8981ff811170e57af8c73a6d9ac763b1f9c29204e486 2,035 1.00/1.00 vMB 140
488,397 488,397 000000000000000000dfdd7195fa6c4d6770ef14e7eba1dc13415e39a3eff953 2,166 1.00/1.00 vMB 120
488,396 488,396 000000000000000000947a12376cd0655a92d4c6c41bf0a1e722607148abdca4 2,380 1.00/1.00 vMB 140
488,395 488,395 0000000000000000001b26a4dd7e605e8b67440ab85d9ffa635ff7c5126f548a 2,983 1.00/1.00 vMB 231
488,394 488,394 0000000000000000002e8fd77d2006ad03ba16099a04519fe87d7c935a0a67ce 2,691 1.00/1.00 vMB 317
488,393 488,393 0000000000000000006ac3204cc74ad80599e23d1c19f2ee0c6f44d05aeff0bf 1,790 0.96/1.00 vMB 79
488,392 488,392 000000000000000000f3abbe70dfba840d6080d1e743c80e7aeccb4d69d5d964 2,314 1.00/1.00 vMB 159
488,391 488,391 0000000000000000009346dddb51827eff6a6d2337bc6a9a6f0b4b91410d1311 2,056 1.00/1.00 vMB 94
488,390 488,390 00000000000000000012e46c91360322f6749cae6cb2994f11866f17b156a2b2 2,114 0.88/1.00 vMB 20
488,389 488,389 0000000000000000004bcbcb4102562e6a5a3853da0547471f7ab71774a32d93 2,001 1.00/1.00 vMB 100
488,388 488,388 000000000000000000533e10cb7744bdac71615b7385aaace19c4455a60dd20a 1,888 0.97/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.