Loading Tool

Explorer IconExplorer

Memory Pool

78,317 transactions
29.75 vMB
0.11343280 BTC
Random Selection Loading Transactions
Max Size: 178.74/200 MB

Candidate Block

Mining Attempt e1e7902df8bfd3bf5e385525675dc8d261b0aa5262f7a4cddef7a1f25272aa5d
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 993b1a8008eb19f1a064aeef8eb6957326872bcad02b1893eeafd3852593ee6e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,117
Size: 1.00 vMB
Total Fees: 0.03338935 BTC
Feerates: 660.76 > 3.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (353,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,348 561,348 000000000000000000040c6604a94367c0b6b794ee98f57374bc10dc9269e842 2,829 1.00/1.00 vMB 11
561,347 561,347 00000000000000000004e1b316aacc5aa99f859b41e5db0a1e7965d5a49c55e3 3,105 1.00/1.00 vMB 23
561,346 561,346 0000000000000000001d9b1d4b32a17d0f0fe7f1be9a1dea79db4ff7f0011db7 976 0.48/1.00 vMB 1
561,345 561,345 00000000000000000018969be8fde7da3e84f497796f5bf81a1fd4df38cc719d 2,759 1.00/1.00 vMB 10
561,344 561,344 000000000000000000067a015ca871c2d1e71e21ed7803ebeca160bd069f83e3 2,893 1.00/1.00 vMB 10
561,343 561,343 0000000000000000000373b90c357b93c30d0c0e3958ba144aa667b3857c8fe6 2,847 1.00/1.00 vMB 8
561,342 561,342 0000000000000000000067e2acf1a06d8d7a787683499ba747f17d989e277c7e 2,858 1.00/1.00 vMB 32
561,341 561,341 00000000000000000015e74b16fee5e630cf3fc272533e2a6b2d208cfd51a5e1 2,583 0.80/1.00 vMB 4
561,340 561,340 0000000000000000001ad9b6f7b6f50704fa621476d1d5f02fea0a7e77efb6f5 2,517 1.00/1.00 vMB 18
561,339 561,339 00000000000000000016f9ca5c0c56c5b12ef6932bf5b0b51677473c6cea11cc 3,174 1.00/1.00 vMB 4
561,338 561,338 000000000000000000052dc06c58e4ebc174c5c1d9633c874ce80fd47bb89f17 2,830 1.00/1.00 vMB 23
561,337 561,337 0000000000000000001dcdda6b43541bdb77259d18a9959aff28f735f343e6f4 398 0.13/1.00 vMB 6
561,336 561,336 00000000000000000029615c5264188cedb22d37d77dd222df5c0672ee4ccbf6 3,123 1.00/1.00 vMB 8
561,335 561,335 000000000000000000050b683d678398ee2760bd115e6a3437ecc5478c4a6859 2,721 1.00/1.00 vMB 21
561,334 561,334 000000000000000000264f023779279e7cae900f835ed2230920e05862377a5a 284 0.11/1.00 vMB 23
561,333 561,333 000000000000000000039ce620ee82dc33c095d7ff6aa41939a64032a2e118f1 50 0.01/1.00 vMB 8
561,332 561,332 00000000000000000017a4f66e7dfd37089d4ed56601987d1d25b79ccc4f7a52 1,278 0.46/1.00 vMB 6
561,331 561,331 0000000000000000001b99543a5d2b60fa361f9c11015f1690b4e408873737f9 3,002 1.00/1.00 vMB 4
561,330 561,330 0000000000000000000ae31f7d6a7c0a9c96ec9d95ce481d28b5f6bcb2ee197d 2,804 1.00/1.00 vMB 18
561,329 561,329 000000000000000000277c3b1d3410024b26e10c496bc3518d1d94b6e0b0cb12 545 0.17/1.00 vMB 6
561,328 561,328 0000000000000000002376e417b6aeda07be338fc0af981a705c73cf985645da 479 0.19/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.