Loading Tool

Explorer IconExplorer

Memory Pool

26,838 transactions
13.50 vMB
0.13138705 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 74.00/200 MB

Candidate Block

Mining Attempt dfcff6e2efcb9e3e445b8a4616557c4c014a4ae318f4a0a9c57534b14be53cf1
Version 20000000
Previous Block 00000000000000000000282cfa1c1336a9ecffd7bdef4743cc1d073745e85651
Merkle Root 08d38f970992877ae76f11c638125eeb92260c97da7aa195a4f0225d0ddebae2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,930
Size: 1.00 vMB
Total Fees: 0.08364777 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,313 (720,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,274 193,274 00000000000001a4f66f616bde9679deed17c33e6cd182dcfc0949e8c7a9c800 270 0.11 vMB 133
193,273 193,273 00000000000007a3b0515bf34ce28f222ba807618925a8ad2244ba218bca7bb7 55 0.03 vMB 63
193,272 193,272 00000000000007a3163953fb728468dbefa83cfdd5568c7ea838bb264b8342e8 162 0.05 vMB 164
193,271 193,271 00000000000002b39e6a4f560798bf1ef2c00c43e7e52ab333ad2622f7b1da83 1,852 0.50 vMB 10
193,270 193,270 0000000000000080e7e48314b6e964c00e4ee8cff8360c37338f03fa3c7c1cc2 105 0.03 vMB 33
193,269 193,269 00000000000003a64ec4952cc89515a0c4c1d921c27cfe1ed8ddf062b9c57e33 128 0.06 vMB 78
193,268 193,268 0000000000000149d231f8a9a4b514dc427226ecf84a54893d5c31e017bb22ef 32 0.01 vMB 0
193,267 193,267 0000000000000415e468f084acc67374e265b31a8d54c13ecda167d16a293a81 514 0.18 vMB 153
193,266 193,266 00000000000000fbd7b1e0a11dfe1d65a1faa2c2dd7ef2b5e40b1ed9062144f8 70 0.03 vMB 88
193,265 193,265 00000000000003494dc34041e8945f1605ada767ed5b414fe0d85d569d9e5c24 64 0.03 vMB 108
193,264 193,264 0000000000000163e888cb3642b050fd451e0cae3206c4cab527fd1d473f165e 32 0.01 vMB 134
193,263 193,263 00000000000007b95cfdb85ffd71c9a98bce40555998fa6bc20c9b386b904877 430 0.17 vMB 198
193,262 193,262 00000000000002a21a48e59de1d86109df42cc88503c85bcf487a141118954f0 154 0.06 vMB 131
193,261 193,261 00000000000006f5c6f4e0fac8962d1af73e82084cdef20ce9cc90bc5ef647c4 71 0.02 vMB 149
193,260 193,260 0000000000000449b83b279063ebe9a550c074bd1e44453373188980274a14bb 40 0.01 vMB 211
193,259 193,259 00000000000002c945082036d6f00960a1d0b11da1a8ada49c9670933b56ed27 97 0.03 vMB 142
193,258 193,258 00000000000007dcc094f72478f6596b99f18557dc917d63eab0307c728ed97b 128 0.09 vMB 27
193,257 193,257 00000000000006d773e00b9245e83ebf51e666bac4adb9f60624eab2391c8184 240 0.10 vMB 115
193,256 193,256 0000000000000193743e2e36df6330c7fcd7a4ad125b7f00d4c4587ccb6fe966 501 0.23 vMB 188
193,255 193,255 000000000000052a015f0d7987ffe07cb3a863966a551946e3d8783f4bd81478 8 0.00 vMB 14
193,254 193,254 0000000000000014ff736cfbb1b865492ac498ba67481fb0168c59a3c046b0e1 164 0.05 vMB 84
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 91
    • Outgoing: 10
  • Data Transfer:
    • Sent: 85.87 GB
    • Received: 0.37 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.