Loading Tool

Explorer IconExplorer

Memory Pool

42,138 transactions
27.75 vMB
0.07745888 BTC
Random Selection Loading Transactions
Max Size: 143.33/200 MB

Candidate Block

Mining Attempt 2f613af6b7ff5e9f5894d13948b22afe19b5ae428b54699267b1752d2ea90121
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root c06a516000805c1fea817b0d38140580ca79722f64bd4a855f5d89ac8c46da45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,234
Size: 1.00 vMB
Total Fees: 0.02191615 BTC
Feerates: 180.63 > 2.20 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (461,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,573 453,573 0000000000000000000e15803b4299ee3ae52ba908b9c99fc7f28ce03d919a49 1 0.00/1.00 vMB 0
453,572 453,572 00000000000000000148eba91ef0463061232c42ffa8370cc23eb51da4c450ea 2,091 1.00/1.00 vMB 105
453,571 453,571 0000000000000000014c9343e075e6af2769fd8fa41202def83bb90ba1c27f4a 2,051 1.00/1.00 vMB 89
453,570 453,570 0000000000000000020732e61303fd5e1f862f861d5723bf1a879b9e3d41415b 2,194 1.00/1.00 vMB 85
453,569 453,569 000000000000000001007a0d038729bfa35bc798c256f94adee246b147df08ae 1,024 1.00/1.00 vMB 90
453,568 453,568 0000000000000000000f8bd15658f63a9733cd569b4b1448e6c781c13db92307 1,152 1.00/1.00 vMB 139
453,567 453,567 00000000000000000238f87f330bd9d9d9704e660553e67133187d60e43bbec5 1,828 1.00/1.00 vMB 96
453,566 453,566 00000000000000000097a18422abf2d7264e638e0b44dc8a61e9e8d10258e80a 1,899 1.00/1.00 vMB 122
453,565 453,565 000000000000000000f798a4f9e528bf43ff9efddec56cb26860b0f21f89405f 1,741 1.00/1.00 vMB 106
453,564 453,564 000000000000000002131c9b9659fabfbb09a330280e60889df19ade3b4eb89d 1,387 0.63/1.00 vMB 138
453,563 453,563 00000000000000000105504071d8f427ec790d05850fe9c1409c1b5b94f36403 2,008 1.00/1.00 vMB 152
453,562 453,562 00000000000000000112e65e43ff6a8a39dd689125d224b2d3f88a67f9ee61c4 1,769 1.00/1.00 vMB 142
453,561 453,561 0000000000000000006c30d4c3c740bf5525f7fd4885e99d5b8b2e0cb53f1ca8 1,144 0.63/1.00 vMB 163
453,560 453,560 0000000000000000013351e4d666087242fb237af26feaa831a04075ea414461 1,774 1.00/1.00 vMB 147
453,559 453,559 00000000000000000152687f260726f38edbd92b2c5bf51c58e4ce701922bb2b 1,663 1.00/1.00 vMB 64
453,558 453,558 0000000000000000002badf0bdfa096447f73772997d480f8a77ea4e1e8706af 1,965 1.00/1.00 vMB 110
453,557 453,557 000000000000000001c8efb9dcb597d64781633d725d1680b3d3fb7a4991b20f 2,644 1.00/1.00 vMB 72
453,556 453,556 000000000000000000a6292a3eefe2415d7b757a5e0cc924675742c971a02833 1,659 1.00/1.00 vMB 114
453,555 453,555 0000000000000000017a1cce82f84a73a8cc40318c2c24ae8648d972875c0dc3 1,858 1.00/1.00 vMB 116
453,554 453,554 000000000000000000dd39c7e726144c695461a4a9c4bb3a6f3375330b92751e 2,274 1.00/1.00 vMB 172
453,553 453,553 00000000000000000061d627d590d55276b06b0531d2eb39162474a325524d48 1,240 0.93/1.00 vMB 154
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.