Loading Tool

Explorer IconExplorer

Memory Pool

16,411 transactions
8.19 vMB
0.07024665 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.96/200 MB

Candidate Block

Mining Attempt 190e33174e3187aabe8904c2c0ff8177bed3ccb67c8854299cffe2a4086a8345
Version 20000000
Previous Block 000000000000000000016227ee45eddfed24105316ab42bdb9f1253718de909b
Merkle Root 5589f2e0d8e9ecc511033dcd1bedbcf9e0a77bec187b8909e00612803d3926e0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,520
Size: 1.00 vMB
Total Fees: 0.05311016 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,420 (660,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
253,294 253,294 000000000000001da22d14899d6d9cf611367e48a760aa01cfe7d498a2f0558b 112 0.04 vMB 140
253,293 253,293 0000000000000047ef1de542343a9fbe19d94d490fbbc2e8843b3b1f3677d868 147 0.06 vMB 187
253,292 253,292 0000000000000048dfc85a8a5993cac5ec728ea084c5a9dc22de6eb1efb92c1c 20 0.01 vMB 29
253,291 253,291 0000000000000024b33e12bb6eca8c1b3c6e9a033b8f78bd1c92856c3973bd66 301 0.13 vMB 107
253,290 253,290 0000000000000025dcfc90e4c965cdf33edec87b49b41cf4bef35ea87756e408 584 0.24 vMB 116
253,289 253,289 000000000000001a6ea620bf5b003d7b77e56f3e6c370479ec5fcefb4238ef1f 219 0.09 vMB 101
253,288 253,288 0000000000000017d02f83baabf943f8f8635846110819dd8dee3dd175a2b8d8 108 0.05 vMB 115
253,287 253,287 0000000000000011b26a41131706f4b79a73e57795d378806f9468b69fb9614c 80 0.04 vMB 94
253,286 253,286 00000000000000398efc59d3f27a72cf519196e66b4e8545ba8cab3a4825cc47 336 0.13 vMB 138
253,285 253,285 00000000000000323d8e23e07c721dd62aa7fd85dbb214ae89548bd0a3d700b8 234 0.10 vMB 120
253,284 253,284 0000000000000000dce4bec36e1133ead445a43668a2e7d36c35e689a682abd8 139 0.06 vMB 164
253,283 253,283 0000000000000021a36db7760f6d9ea166e8fa9203a604d406769ec48268356a 215 0.09 vMB 148
253,282 253,282 000000000000004fb07228bf36aa180f469498740f473722039e0f3e19252faa 126 0.05 vMB 98
253,281 253,281 000000000000004a76ff7eca40d86c2e4ec20af472042b442597ef900a37c461 249 0.11 vMB 109
253,280 253,280 0000000000000034681a137cef58b988dc4973c5841a2efc8c94dea12da531e4 9 0.00 vMB 67
253,279 253,279 0000000000000005a8296e34913e82859bbde9368afe2dbb952fd6c8cdaa20f1 283 0.12 vMB 99
253,278 253,278 000000000000001804e2b3ac3df2a6b4d867653b0ef585df7c4c91f7f941e81e 596 0.28 vMB 88
253,277 253,277 0000000000000036855bede0f479c96533eb46f08ab73af1fd45372fe4765f86 50 0.02 vMB 86
253,276 253,276 00000000000000305de4ca77fddb8e30ec1eb62d550948299127c5cfe346cfe5 547 0.21 vMB 102
253,275 253,275 0000000000000009891c6bd77d39860dbd7919ca3dce82c5a1166e806f477df4 119 0.04 vMB 105
253,274 253,274 00000000000000208f50577f3829cfd1fc7615878b5872c858d21c207db01256 302 0.13 vMB 120
Previous 10 blocks ↓
Total Size: 779.60 GB

Node Details:

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