Loading Tool

Explorer IconExplorer

Memory Pool

37,883 transactions
27.21 vMB
0.05876549 BTC
Random Selection Loading Transactions
Max Size: 138.54/200 MB

Candidate Block

Mining Attempt 2769e15fe9f06505442da33e0083cb125b5cfae310b842ed2faf390e26bb7bf3
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 342b45d4f7cc3f2d152736f7a6de062d426c543d7adf482dba37adb8f517125c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,497
Size: 1.00 vMB
Total Fees: 0.00709228 BTC
Feerates: 40.21 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (201,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,998 712,998 0000000000000000000623fcb54ba2e8c20e6d7d82c377a460da81ad6581c1e8 711 0.40/1.00 vMB 3
712,997 712,997 00000000000000000008a2c38eb1cd0b65d253436b7a63b6dbf04488edb5d39a 3,152 1.00/1.00 vMB 5
712,996 712,996 00000000000000000003fc348bc8eaba582725cac46ff1910a6f3d944ef4391b 2,650 1.00/1.00 vMB 17
712,995 712,995 000000000000000000005a2d6a7d9038354912eb3c46bee4fef8e19a8244ec6a 1,718 0.71/1.00 vMB 10
712,994 712,994 0000000000000000000ab1b990e525edb3bea57c76733fc0af51857b8d206d59 2,369 0.75/1.00 vMB 10
712,993 712,993 0000000000000000000388c4497fff255c936844e5a6182359fbab0427c9cf80 327 0.20/1.00 vMB 7
712,992 712,992 000000000000000000023aae3ee54dfe96d5dcb20ab2337e3ae93fe9e132baa2 2,099 0.72/1.00 vMB 10
712,991 712,991 000000000000000000073cedc38f39af8f916a2cf1e7f3a2a3654cc32955b8fd 286 0.12/1.00 vMB 8
712,990 712,990 0000000000000000000ac54cb251e8e8cab65ad447b0e037eecc62e2e935e9a6 796 0.32/1.00 vMB 9
712,989 712,989 0000000000000000000c7f3712a1076383cc872917665c796639524c7ccb66e7 2,303 0.84/1.00 vMB 9
712,988 712,988 00000000000000000009d488643b9ac1f30cc024a885f8269ca30f9b80e98d46 1,435 0.57/1.00 vMB 10
712,987 712,987 0000000000000000000325282ec84919f1330bae6c37b9c4f1159283ced9f73a 498 0.30/1.00 vMB 5
712,986 712,986 00000000000000000005fcfa34805e40eb9c3475ba2a60433f889d5513dffa76 2,263 0.77/1.00 vMB 10
712,985 712,985 0000000000000000000201b4ea21c47a9478481bff12f6dc0e95e8282fa2652a 396 0.23/1.00 vMB 9
712,984 712,984 00000000000000000009135a0b33db5bff5d1ece81f15a2827e95bf324c67122 1,337 0.98/1.00 vMB 8
712,983 712,983 0000000000000000000463effc88fb314371155944cbe8eb6e6a7cc79e150ba8 163 0.04/1.00 vMB 9
712,982 712,982 00000000000000000001f49b9793a1d9639f0e9ef3a8e3db8a57ce6a25c12bdd 470 0.15/1.00 vMB 10
712,981 712,981 00000000000000000005b558d90c0f2a68fbdf69d1bef16d83416a8d00a2dad3 1,177 0.62/1.00 vMB 8
712,980 712,980 00000000000000000006455af539086f66755c7f41acbc8c0caede3d880b1513 622 0.45/1.00 vMB 6
712,979 712,979 00000000000000000006c3bef8c1e0aed9c8f584cf94a020cbda69d9c99ba1ca 2,669 1.00/1.00 vMB 10
712,978 712,978 0000000000000000000ac1775bbe70aadb6025b6a44ea0cd726c52bc9ff6c875 1,900 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.76 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: 632.21 GB
    • Received: 12.11 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.