Loading Tool

Explorer IconExplorer

Memory Pool

43,224 transactions
26.35 vMB
0.05830855 BTC
Random Selection Loading Transactions
Max Size: 138.63/200 MB

Candidate Block

Mining Attempt bf333052dc5abe547348cd22044ccbbf2acba4c71e3e0b3cae6b74e8290ff0aa
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root aa8508db00ba02100932e9c3c031e4682fc51278fd4f6cfb26351711bdd5841d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,156
Size: 1.00 vMB
Total Fees: 0.01017503 BTC
Feerates: 107.54 > 1.02 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (445,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,380 469,380 00000000000000000189d204830a69fa95a4cfe012542755e7c713d690d9af72 2,223 1.00/1.00 vMB 350
469,379 469,379 0000000000000000014babddffbc0bcac8a9bf4a104981152cf28fdd461141d0 1,928 1.00/1.00 vMB 429
469,378 469,378 00000000000000000167b7b33d1c7f74cef679822473230e75704d0b7c9db3b3 2,157 1.00/1.00 vMB 193
469,377 469,377 000000000000000001cba5e589218f34193dd4faa15b8ffb53e456ed5cdf73c9 1,714 1.00/1.00 vMB 267
469,376 469,376 000000000000000001b459fc0f04d808b7ecf10b0ab465d5ede49c276407f0e3 2,235 1.00/1.00 vMB 314
469,375 469,375 00000000000000000020807037b7a23dd71e5e69bf3807f1835e1d189eb2a11a 1,629 1.00/1.00 vMB 435
469,374 469,374 00000000000000000056f06409e338f6556e58ab8cc4a4e4e86ba7de30bb3c98 1,849 1.00/1.00 vMB 309
469,373 469,373 0000000000000000011bcfb66b8fb9f3d398c9a055f8693c1faa9675ebd41e95 1,736 1.00/1.00 vMB 355
469,372 469,372 000000000000000000377e55236c2237227bb8e723407e96e8e4818d0b38ce6c 1,874 1.00/1.00 vMB 362
469,371 469,371 0000000000000000009c0c0f6f55516c66cb6b1fcf52d09272e6e0c06dfb528d 1,503 1.00/1.00 vMB 442
469,370 469,370 000000000000000001707806961621ade07cf907b8409c727346f122b0c0ac7d 1,942 1.00/1.00 vMB 461
469,369 469,369 00000000000000000098540b53e7ae2eb15a453e42f4129449c043e6f8c15d54 2,465 1.00/1.00 vMB 408
469,368 469,368 000000000000000000a239159094bec1b6c444198a62f1096da233760b2df127 2,332 0.99/1.00 vMB 428
469,367 469,367 00000000000000000153e54759b991d6f11186d99c4f6ee85848af426440f32a 1,999 1.00/1.00 vMB 147
469,366 469,366 0000000000000000012d3a1a3653378b64b2a523955130df22be43ccff1084c3 2,148 1.00/1.00 vMB 290
469,365 469,365 000000000000000001ca7ebbb7acabb5be67ed699b4b2b6a5c15162d4faa3b4a 2,131 1.00/1.00 vMB 353
469,364 469,364 000000000000000000e51f31f30f98817215c460b2f390e95cf98e7e15c4c4c2 2,647 1.00/1.00 vMB 417
469,363 469,363 0000000000000000018be4cc340cfed492276646b8e8119a626709f35fa013c5 502 1.00/1.00 vMB 169
469,362 469,362 000000000000000000a8e89a304345092003b3d96370b3f5cac1447521557d18 168 1.00/1.00 vMB 126
469,361 469,361 000000000000000001c5636790f3c55efcfd69ce4e34eb5ae4ddadfe44d4ec64 1,511 1.00/1.00 vMB 128
469,360 469,360 0000000000000000018da50a6c2992ad6e402c243dbac574fed8090f684a0d5e 2,245 1.00/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 781.91 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: 645.62 GB
    • Received: 12.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.