Loading Tool

Explorer IconExplorer

Memory Pool

44,874 transactions
26.92 vMB
0.06828089 BTC
Random Selection Loading Transactions
Max Size: 141.41/200 MB

Candidate Block

Mining Attempt 277e07feb2529efc805a615ecc67610cf3c322b7837f2ee75c49f78d1e05dbc3
Version 20000000
Previous Block 0000000000000000000210106905380666cdf8219c37e0bb12d364b24b5bbe7a
Merkle Root 65d639813ee2f16fec5dda29b8a005ebd3337908297b79f2ebaca4827ebc3e01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,471
Size: 1.00 vMB
Total Fees: 0.01841072 BTC
Feerates: 135.80 > 1.84 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,756 (287,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,996 626,996 00000000000000000004c8d9c714ae017b40b959da8812907217310e4bd2045f 3,384 1.00/1.00 vMB 44
626,995 626,995 000000000000000000082948597eefe98a2144115cdde4bd7d16f937fe615b78 2,288 1.00/1.00 vMB 8
626,994 626,994 0000000000000000000e884ba78e57c2f698304ddba4962f3035beb3b37216d7 2,325 1.00/1.00 vMB 24
626,993 626,993 0000000000000000000d627a94691bee97674f4b07452c26de2320946a054cc5 1,266 0.95/1.00 vMB 7
626,992 626,992 0000000000000000000b74c7258a5c2d07ae63f8ae8a5ecb28ea83eb0425b476 2,534 1.00/1.00 vMB 18
626,991 626,991 00000000000000000001faf21c09eafac82abe1491f8948e40ae76c9beff2660 2,269 1.00/1.00 vMB 13
626,990 626,990 00000000000000000003fddcc5c30f6f1450a558e21f29b605bb78cdb4fe54fc 2,728 1.00/1.00 vMB 10
626,989 626,989 0000000000000000000a06f7dc3f14934a4be129a40b74fb7309f5912aa73f66 2,005 1.00/1.00 vMB 10
626,988 626,988 00000000000000000009ece1a49d00eb8cfe08354bd544b36baf5739bcc53402 2,508 1.00/1.00 vMB 19
626,987 626,987 0000000000000000000136cc2e69aab70c56862500257e7e05c3632d5a6dc987 2,936 1.00/1.00 vMB 39
626,986 626,986 0000000000000000000900ba936ccf11dc575a1c9dbee85017f22f6cee45261b 1,387 0.52/1.00 vMB 6
626,985 626,985 0000000000000000000d25b2295d8d011d355d2eed3b6b7d76315d28341e590e 2,758 1.00/1.00 vMB 22
626,984 626,984 0000000000000000000a1954a277a12a39795bc9be3bc0240dcd4ba5ecd9d7ab 1,301 0.44/1.00 vMB 15
626,983 626,983 000000000000000000034683e3ceab451d519be2412c4765598056cb42c32cca 589 0.32/1.00 vMB 3
626,982 626,982 0000000000000000000210d8292a9819da7c80bcd96ca7499cc728c115ed56f3 2,659 1.00/1.00 vMB 2
626,981 626,981 0000000000000000000dca29bc0256060180815336869b155325256e33208bb8 2,757 1.00/1.00 vMB 16
626,980 626,980 0000000000000000000b67341ef666ce55ee13a1f362575787530e68ee4b1e11 2,155 1.00/1.00 vMB 8
626,979 626,979 0000000000000000000bd71f1cbf15ac50789b39a79d6b1e3fe64e11a7217228 2,405 1.00/1.00 vMB 22
626,978 626,978 0000000000000000000c31e7684c760e1dcec5321b7ddf1638a97a4a8cf14c2f 2,116 1.00/1.00 vMB 26
626,977 626,977 00000000000000000004c683f074db4cc4250d3af5d4b6468d7c1c3ea47d77a1 2,641 1.00/1.00 vMB 25
626,976 626,976 0000000000000000000a8d8486b649b3f4e989b4491716ba53e652a3e362f0a0 2,919 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.95 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: 647.36 GB
    • Received: 12.93 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.