Loading Tool

Explorer IconExplorer

Memory Pool

38,972 transactions
28.68 vMB
0.06491348 BTC
Random Selection Loading Transactions
Max Size: 145.53/200 MB

Candidate Block

Mining Attempt 60902a5bbb070c2bac21610f246d85685bb6b71e5b30b2182d572b433dfcef37
Version 20000000
Previous Block 00000000000000000000dcbb4606097e1e6e647621e87ea85d7afc7a11a5f479
Merkle Root afe95cae000d2c6a26b1caa98b85fce1d6c11e08a6009acd7aed5146b459ee0e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,501
Size: 1.00 vMB
Total Fees: 0.00929260 BTC
Feerates: 100.84 > 0.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,547 (335,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,580 578,580 000000000000000000256d046ed00c3e86184bfa179335b0208606a013089188 3,204 1.00/1.00 vMB 158
578,579 578,579 0000000000000000000e1caf274b157c61d71731148143f858e194c0c13c265f 2,724 1.00/1.00 vMB 157
578,578 578,578 00000000000000000024cddf89ea0781bd93cccc23a61617e1c77fcde092ff01 3,115 1.00/1.00 vMB 191
578,577 578,577 0000000000000000001005986e4c722debba2ece6d7463e36a883e543723b7ef 2,558 1.00/1.00 vMB 84
578,576 578,576 000000000000000000202d0333e7e9d24e950bd1ecb314743fe8f40c2ecdc564 2,628 1.00/1.00 vMB 95
578,575 578,575 0000000000000000001466bc2767d513338d342fdada5b6cfd7bc25ddab6e0e6 3,163 1.00/1.00 vMB 147
578,574 578,574 00000000000000000013b3b6bfde307b37ca6e3291d6d6cdea7e443cf2936fe1 2,547 1.00/1.00 vMB 176
578,573 578,573 00000000000000000024a9867088ab7ccca60296174fb1c0874243d723160744 3,100 1.00/1.00 vMB 142
578,572 578,572 000000000000000000278958596371b82aa291afd0ab12cd6d65f2ea66252ccf 2,610 1.00/1.00 vMB 126
578,571 578,571 0000000000000000001192c5a39e536674a730e34b6062cb192de9bbd48c87f6 1,928 1.00/1.00 vMB 102
578,570 578,570 0000000000000000001b2fbca9d1f2007b16562b3ae7ef22e9a320f328047c04 1,096 1.00/1.00 vMB 118
578,569 578,569 0000000000000000001e6c55e387e25e313d476ed698ee11a3887e40eba06107 2,858 1.00/1.00 vMB 104
578,568 578,568 00000000000000000010f9ecffdd4190c5cc4285109b9b2cd64ca39866af7857 2,750 1.00/1.00 vMB 137
578,567 578,567 00000000000000000014432d5849f8f9dd31c73b68d6d7aa2fad02dfecab64c6 3,145 1.00/1.00 vMB 139
578,566 578,566 0000000000000000001dd8f72f1dfe108f1abdad4b30c423c34ece2ee9a88055 2,987 1.00/1.00 vMB 155
578,565 578,565 000000000000000000276a4031ec938ee7ea853c45b5f7488e5aa3ab6f8e749c 3,124 1.00/1.00 vMB 151
578,564 578,564 000000000000000000282583f0c5fb0f67840c39e0be84744ee6699757d5966d 2,864 1.00/1.00 vMB 154
578,563 578,563 000000000000000000005e6b2854d452a4cdf36840bff22282857a8eb76c3715 3,264 1.00/1.00 vMB 176
578,562 578,562 00000000000000000023289a6d8b74a38b52ce4a55008bd6a34d3f69e073ca63 1,900 1.00/1.00 vMB 195
578,561 578,561 0000000000000000001f80d6410ee22c217bfcaf1aac631b0eef56c57e1189f2 2,750 1.00/1.00 vMB 186
578,560 578,560 0000000000000000001132f28fee5b67c78fad2692e2008201fd39807dd7ef47 2,940 1.00/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 781.58 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: 622.96 GB
    • Received: 11.40 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.