Loading Tool

Explorer IconExplorer

Memory Pool

79,098 transactions
29.30 vMB
0.09672175 BTC
Random Selection Loading Transactions
Max Size: 177.09/200 MB

Candidate Block

Mining Attempt 6b89e245d9ac1059abe0fc041a268210055d8502069a9c06efdc46b01ad4bf6d
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 9d19371bc052fbf7aa7edd7acd4cd1008f434dd631d096a1e87589aada39a52c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,264
Size: 1.00 vMB
Total Fees: 0.03467509 BTC
Feerates: 150.62 > 3.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (323,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,500 591,500 00000000000000000014243470b7bd2c48ff5ad62cc02a73604638c5cade3c2d 168 0.05/1.00 vMB 30
591,499 591,499 0000000000000000001b77ddbba141616ca4d8d8f88f0257b42d1baca64ff7df 2,729 0.90/1.00 vMB 24
591,498 591,498 0000000000000000001334040859c3822e7addb5799037c3361d630028c9562c 2,283 0.80/1.00 vMB 19
591,497 591,497 000000000000000000021bdb93ee3f159a8d6eb2d88b3c1ea334a8e6ae9479ff 608 0.20/1.00 vMB 30
591,496 591,496 0000000000000000000ee113992fb18718dd9b8c0ddd1283865faa13dcb38fab 2,732 0.89/1.00 vMB 23
591,495 591,495 00000000000000000010aafb5e489372fb77f53088469f06190e18a66043f3bf 1,682 0.83/1.00 vMB 21
591,494 591,494 00000000000000000005b533c38dc2910c5f5da397fad44d5b18965a623bd718 457 0.15/1.00 vMB 26
591,493 591,493 00000000000000000017389da27cd5fa391493c6fdd650435a35e5f0d21fe38f 2,143 0.92/1.00 vMB 13
591,492 591,492 00000000000000000010515125f0a7e6c202d5de1c963bb8e9b47826025bc079 2,324 1.00/1.00 vMB 30
591,491 591,491 00000000000000000008b25b746e28b13e965f0d14ed31c18b4ef8aec267689d 2,327 0.87/1.00 vMB 17
591,490 591,490 0000000000000000001b8b8991081934d36ac67b70ac782fd0d2e1ca9a1c82f8 1,442 0.92/1.00 vMB 13
591,489 591,489 000000000000000000081a1dc63b79971267512c2c1e366c8ca65bcff27178d0 1,526 0.93/1.00 vMB 13
591,488 591,488 000000000000000000076e75ff6e9a23c1585a5763ca8078b3c6d433a1f4486a 676 0.20/1.00 vMB 29
591,487 591,487 00000000000000000007cfe3fb7c9752c7a3279be89d2890dfeadb345c3dac2c 629 0.31/1.00 vMB 15
591,486 591,486 0000000000000000000f7c2c85b1137cc6a6797875da876fe03c1fd8c447a7cf 2,965 1.00/1.00 vMB 24
591,485 591,485 0000000000000000000f6bdccdab348548cdeb70eba1e7577aadd277cfd5659b 2,150 0.78/1.00 vMB 13
591,484 591,484 000000000000000000170de9360d069cbcfec4cb4860a4d1fed57d3c85ddce3c 3,101 1.00/1.00 vMB 33
591,483 591,483 00000000000000000001559a0e502d6fbec067b8789f4ce719e5b9b746c34376 2,863 0.93/1.00 vMB 23
591,482 591,482 0000000000000000001867238f3b46b37c6cfbf697a8a02397bfa70d81f5f9a8 3,110 1.00/1.00 vMB 22
591,481 591,481 0000000000000000000711101f94b83a88e0d3477e318c3dce6150b0acb503cc 1,973 1.00/1.00 vMB 17
591,480 591,480 00000000000000000008eb6fd2cba2ebe6f8be6726b2410a8a8fbaa28792f303 2,885 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.