Loading Tool

Explorer IconExplorer

Memory Pool

5,353 transactions
2.82 vMB
0.00553435 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 15.27/200 MB

Candidate Block

Mining Attempt 5f5043fbf1ad0fc3403f8ef2a5d021125f04ef3da7960365f7a71046bc3b1f80
Version 20000000
Previous Block 00000000000000000001a109e4333f7b259933cbadbf16b45500b7c32c757bf6
Merkle Root 7aab27718a85b9b6c5a3a24ecc87c583693eb284d06473ba9a7fcc235c1d71b1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,976
Size: 1.00 vMB
Total Fees: 0.00358743 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,493 (657,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
256,328 256,328 000000000000000140347035a023b5891936d4c27eaf15821b0bb984a02ab003 141 0.05 vMB 117
256,327 256,327 000000000000000018860edf9daa1d9ca38c1bb2d6e699a587ea02278dd1dbd7 80 0.05 vMB 62
256,326 256,326 0000000000000019056610920b16333b0c631a7b6bf8100a803f783b16dbf3e4 191 0.09 vMB 88
256,325 256,325 0000000000000019fd7f7fc41cb7b68d43ec098ce8887cee804e69d3ad0d878c 485 0.23 vMB 75
256,324 256,324 000000000000000b97c8e7f87ac700b9b747d44019793810ddfe05ff0e126b16 633 0.25 vMB 131
256,323 256,323 0000000000000008a3d637bcb382d7b6de28fa0ce97c8aad441cee5bfaf927f7 368 0.15 vMB 116
256,322 256,322 0000000000000015924f8410c4e3c9f5a8caeaf53ed5cdb46ae7c45c19b1e597 102 0.05 vMB 60
256,321 256,321 0000000000000027cd3dcedde6738b90f95433da65ebb8b6824402ef9888c9d8 571 0.22 vMB 127
256,320 256,320 0000000000000008e989c4a7842eaeb6aacc34e76df71739a66f0d25bd326fec 428 0.16 vMB 115
256,319 256,319 000000000000002f434001354ff80548bf470deead274b6bdcc7941b5dbb04ae 458 0.20 vMB 106
256,318 256,318 000000000000001e7e4c0d7928ba3ca327d3dcb2b22ab1120646d426f1e2db34 464 0.24 vMB 105
256,317 256,317 0000000000000021092a76cf2a89cdf3d936524f7d9e421e851bdc1cc2ed892e 302 0.13 vMB 86
256,316 256,316 000000000000001a5005494e32ee1d0cef03424b64a51c26f0763c2cd4ed280b 763 0.30 vMB 121
256,315 256,315 000000000000002270d84d64b2d9738a39566a9614d037bda5df147ebaa8f7ee 34 0.02 vMB 15
256,314 256,314 0000000000000013325dd0dea18664e71740f935c7d7330368c9fd79ce44220a 555 0.23 vMB 107
256,313 256,313 00000000000000049b4273b34759a18d1790a898f51946aa9479d2c6a4cccfa9 133 0.08 vMB 70
256,312 256,312 000000000000002132822bd27a89b73a722db1882a93ee3fb955fc90e185bc5e 257 0.10 vMB 132
256,311 256,311 000000000000000c10150feb7fca04dac4ffe51fd1b65cb786a28394e4f15a9a 315 0.12 vMB 129
256,310 256,310 00000000000000019d219483d1b58abc6e6e4d2a147eaa9dd872f17be08b20ea 34 0.02 vMB 50
256,309 256,309 000000000000000a00fd2b77b9808adce5a65a7ef665f9a1e537453548dabcf1 656 0.25 vMB 131
256,308 256,308 000000000000000696591811eb1df654a2ee33056bb8bfaea7024a6e1ff46ae3 488 0.20 vMB 102
Previous 10 blocks ↓
Total Size: 779.72 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: 364.38 GB
    • Received: 1.75 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.