Loading Tool

Explorer IconExplorer

Memory Pool

28,540 transactions
18.50 vMB
0.04260935 BTC
Random Selection Loading Transactions
Max Size: 100.95/200 MB

Candidate Block

Mining Attempt 338fb6025937824f6d2df0f2dafd0bd05069286b268d9db09f397217b88a0682
Version 20000000
Previous Block 00000000000000000000b4aa7e2ad2b8080e9945a5b5a77764135773c3e5030f
Merkle Root 5044bec6f6dccc368082bb37932b3791a0986d09bcb1145cc42910d329bf6207
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,622
Size: 1.00 vMB
Total Fees: 0.02016121 BTC
Feerates: 52.30 > 2.02 > 0.97 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,623 (134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,489 941,489 00000000000000000001b81dfb97aa23a92b7be74606d8ad4b81bd75b9718a61 1,360 1.00/1.00 vMB 0
941,488 941,488 0000000000000000000121aad14b00748156b9f860dac23c4f329048d756d8ce 4,711 1.00/1.00 vMB 1
941,487 941,487 0000000000000000000166ca8d98c3855cf10d42892e298d0f4a78e41bd8aadb 3,722 1.00/1.00 vMB 0
941,486 941,486 0000000000000000000081b34dbc20572bea5a3e6ef4c16dca40a391bf5095b8 2,327 1.00/1.00 vMB 2
941,485 941,485 0000000000000000000079eaea088c439dfff0c9aac41e252108ffd6355bb188 2,651 1.00/1.00 vMB 2
941,484 941,484 000000000000000000020d5efaa42fd1769fd63ecdbb4d8cf46cf87cbe5982e7 687 0.27/1.00 vMB 2
941,483 941,483 00000000000000000000d59ba209c12adc6b3a31012d3e713e94b6a9861d3715 2,940 1.00/1.00 vMB 0
941,482 941,482 000000000000000000017fd65d423baa71f8c1cb5ec761a9c6dbb38b1fca4242 3,655 1.00/1.00 vMB 0
941,481 941,481 0000000000000000000196e5a6f10a31b21d108d116586324845a0093a7f8d84 2,891 1.00/1.00 vMB 2
941,480 941,480 000000000000000000013c0776e31c26fe85561c4c07e1610bb74a14e6630c0a 3,070 1.00/1.00 vMB 2
941,479 941,479 000000000000000000015f685e74958ec800420c304942d7a1f07f6e4fb3e336 3,173 1.00/1.00 vMB 3
941,478 941,478 000000000000000000006c8f83e6085dfe1256190bf7474bb6d2f4aed1753c3f 3,633 1.00/1.00 vMB 2
941,477 941,477 00000000000000000000bdfdcb07021039f66109d17d088f2327faf5bef2ea3c 822 0.24/1.00 vMB 2
941,476 941,476 000000000000000000016c9ad5d9867ce051f863f41a8a9e3f1c9beafdbedfb6 3,013 1.00/1.00 vMB 1
941,475 941,475 0000000000000000000200b2925fc6e401fcc0cfbf146f2252f3689d99117a32 1,976 0.68/1.00 vMB 1
941,474 941,474 00000000000000000002003864cfc00aadacaafdf8e502f57e9f179777dd9b3b 2,144 1.00/1.00 vMB 1
941,473 941,473 0000000000000000000038a449606fdf8d2fe907846bf9cea3f4b63c41dd8f3d 2,814 1.00/1.00 vMB 3
941,472 941,472 00000000000000000000dddd0cca09be6a6a76233f4ac66e83337fc1e49a99cb 3,291 1.00/1.00 vMB 2
941,471 941,471 00000000000000000001720b8013ab3297e86a305decfa80ba9189c2010c3d37 3,034 1.00/1.00 vMB 3
941,470 941,470 00000000000000000000c643f5ee0cd1c59d9aefda18dd01f46af2326820ba78 2,578 1.00/1.00 vMB 1
941,469 941,469 00000000000000000001cfa1dd33c82029d6e764bb56362611b75d86a400796b 3,293 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 829.67 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: 4,665.44 GB
    • Received: 253.20 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.