Loading Tool

Explorer IconExplorer

Memory Pool

48,042 transactions
27.84 vMB
0.07659575 BTC
Random Selection Loading Transactions
Max Size: 147.70/200 MB

Candidate Block

Mining Attempt 49340a87b20e0a64b7086863339940c6b4f4d8358f80265e207bc8cf5ee1aa8e
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root 892bbb2a681fc27cc7b5c9ca65f5b7603ffb3914dd3c613771ba1029f513dec0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,771
Size: 1.00 vMB
Total Fees: 0.02229638 BTC
Feerates: 318.30 > 2.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (429,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,288 485,288 0000000000000000007ebc5667809b3c060e1e74ca39a53ebc4b9eee04c855fc 1,668 0.98/1.00 vMB 73
485,287 485,287 00000000000000000112014abe911086cfdf168a1061c0c35d9b164a4378d797 2,451 1.00/1.00 vMB 162
485,286 485,286 000000000000000000ba2088e6df11442d205c73ad441461c0a180d172b494a1 2,380 0.99/1.00 vMB 35
485,285 485,285 0000000000000000005508c8537c7f77287dcd7df22ce61a086509e4edd81fcf 1,611 0.99/1.00 vMB 54
485,284 485,284 0000000000000000011ee24a0bd7f692532cf52c0c7ba47bc9e9fc84d92125b7 1,899 1.00/1.00 vMB 68
485,283 485,283 0000000000000000004e61e947974ca1c8f3d17cc4445499b5031d3601031625 2,151 1.00/1.00 vMB 89
485,282 485,282 00000000000000000057810bc1634de849ff869f0a5b51379aeda35b4e256fd0 2,246 1.00/1.00 vMB 83
485,281 485,281 00000000000000000015883da5861e39104e739580c8f04fb6033863503df316 1,902 1.00/1.00 vMB 91
485,280 485,280 00000000000000000004ceeca5e12e97111e2363884e365dedbc4f1de29ae5d8 2,340 1.00/1.00 vMB 160
485,279 485,279 0000000000000000009dc7e3b8957851c198149b0000a815f0dcde2d6678b8ce 2,072 0.98/1.00 vMB 119
485,278 485,278 000000000000000000e744601c22ea740426d59a2bdad8f88c01513a6466d385 2,094 1.00/1.00 vMB 49
485,277 485,277 000000000000000000689c4944a5a78f43ec798a30629d2f61523508113c6783 1,827 1.00/1.00 vMB 71
485,276 485,276 0000000000000000005a1ce04a89092b90f17d54070f16bf3f84198f658764a4 2,151 1.00/1.00 vMB 110
485,275 485,275 000000000000000001060bd2fcc89c6980973e31f37616a8de77ff0fb8af9c1d 1,750 1.00/1.00 vMB 85
485,274 485,274 000000000000000000b0403506d2b5e52ff7341d0e4c7dce4ca142c48be12cb5 2,445 1.00/1.00 vMB 98
485,273 485,273 0000000000000000012f1b61d0761a01d311b88199af69c09d0df2b6bdffa1b1 2,213 1.00/1.00 vMB 145
485,272 485,272 00000000000000000095f6aad2dd7802687baffc768c30c4fdc5c7e3271141a7 1,865 1.00/1.00 vMB 66
485,271 485,271 000000000000000000f3278b20925c3bcf6b7dabee162cc66755d18ee129df6b 2,288 1.00/1.00 vMB 77
485,270 485,270 000000000000000000afaf1cf16487318c6acd4e3f8371d4dfdcbcb5f68c0605 2,375 1.00/1.00 vMB 109
485,269 485,269 0000000000000000000ce95ef72ef7478ccbb1b922d869d55adf5a0e5be9ae33 2,395 1.00/1.00 vMB 116
485,268 485,268 000000000000000000b638abc18310c5fa03c2534c3bbc97f034ea943a5e7800 2,152 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.20 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: 654.03 GB
    • Received: 14.09 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.