Loading Tool

Explorer IconExplorer

Memory Pool

43,296 transactions
26.35 vMB
0.05835542 BTC
Random Selection Loading Transactions
Max Size: 138.54/200 MB

Candidate Block

Mining Attempt 2d3b5cc7c3b061f954e222e4a761b02823219286ca7d9d4ca37bd2c601ad2838
Version 20000000
Previous Block 00000000000000000001e79dbd4ceeab4d77bdf107dcdcf0be35699e29eb1f0a
Merkle Root db6634f7811f0ea76d3039fe9076f11b5f5cbe73a5091e0fcfa43b9eaa854f89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,669
Size: 1.00 vMB
Total Fees: 0.01016197 BTC
Feerates: 40.21 > 1.02 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,760 (426,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,414 488,414 000000000000000000d315bc73f5efb472b3ec6a598462b354e6e7625b46c8e8 2,387 1.00/1.00 vMB 136
488,413 488,413 00000000000000000060daa19314f342448d360a8a74b1c324cbf640a63bf7a4 2,372 1.00/1.00 vMB 155
488,412 488,412 0000000000000000007b9fa669a5b93484b2fed294511eeca5190942b442ddf0 2,137 1.00/1.00 vMB 186
488,411 488,411 000000000000000000b79a0f35379953073308d95ea602df0f7c84490e040763 1,349 1.00/1.00 vMB 159
488,410 488,410 000000000000000000e635a949ceea1ae4ab9020ddacd89d133c12ff39cf7c95 1,449 1.00/1.00 vMB 151
488,409 488,409 000000000000000000702abb6f407b4266d7745784bf4bdc0ebf30f10bf95122 1,963 1.00/1.00 vMB 172
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
Previous 10 blocks ↓
Total Size: 781.96 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.60 GB
    • Received: 12.96 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.