Loading Tool

Explorer IconExplorer

Memory Pool

20,413 transactions
8.87 vMB
0.04865446 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.92/200 MB

Candidate Block

Mining Attempt a04c73a96b0531520f1e021bb5b39f8a2e192a0cb09e0c1223df8bdffa6d0298
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 72f2e6030e01cdfa9814299a997c2e1d4da3cb62c459b55efe8d9eb06582b06d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,561
Size: 1.00 vMB
Total Fees: 0.02776990 BTC
Median Feerate: 2.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (898,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
14,818 14,818 000000008acc36490a850271ecd1fa34524bc4c4f31123b968d8e94266b50435 1 0.00 vMB 0
14,817 14,817 00000000ddf96c82d0145d47be439cd95778b5268fd210ba20845bd2a577bd61 1 0.00 vMB 0
14,816 14,816 0000000023bdbe463c34809459a01d16bed22a2498eaca4618aa54d7f19f7e3c 1 0.00 vMB 0
14,815 14,815 00000000e2a37f8f388503e6590810284e45c9056f747c3ca1e47540e9a3b331 1 0.00 vMB 0
14,814 14,814 00000000d68c699ebad4dada2783ab03f4e390a1878a59a9c7cc1d27d70b378d 1 0.00 vMB 0
14,813 14,813 00000000aa428d2f2e7bcf833888d41edbe06a1cecf9afc521128c10c0b0209a 1 0.00 vMB 0
14,812 14,812 000000002bf3e4a2229ef285b65cec8d4f22fb64b96b9a350bbccfae5cfea394 1 0.00 vMB 0
14,811 14,811 00000000c84845e054136e56cb7fce7bbf576df6042ded4faf3c6bf3b4aee02a 1 0.00 vMB 0
14,810 14,810 00000000713ccea64bba3ed556ffadb74b78188b7353f17a14f25d1a3ff9c783 1 0.00 vMB 0
14,809 14,809 00000000e6ac8d6fceca40de5fd31682b4961df05482e202ec9b7f23beb59565 1 0.00 vMB 0
14,808 14,808 000000005db8b975db69ea63d57c57573ab2e0ba5b37fe3c53adbd6781e7ef5d 1 0.00 vMB 0
14,807 14,807 00000000e4f4dec79e784baa41c61a4063b19b1745216aa4007505ec49b89aec 1 0.00 vMB 0
14,806 14,806 00000000e13f7a15e23abae65c8a62bd5e5a140b6d6e21f423115fe89f299f2a 1 0.00 vMB 0
14,805 14,805 00000000d303d89ff39bd9c3b15d48e5ef60eb0361bb8bc87aa297b395d9c477 1 0.00 vMB 0
14,804 14,804 00000000c5ff572c39c926bf51bd2096b4f59e5839b6e20811e18929eec822bd 1 0.00 vMB 0
14,803 14,803 00000000fc42321afc5cf3d804a206f7430434d87aa90565fee6db43fa0d0f3c 1 0.00 vMB 0
14,802 14,802 000000005e5dddfeb6eb4e2cd55fbf9cc4fb8b665e75be17cb354a663e26a1dd 1 0.00 vMB 0
14,801 14,801 000000009d9d4cac52c74bd968bebe43edf132f2a1487f2faaed66f5cff44fcb 1 0.00 vMB 0
14,800 14,800 0000000001d994858ca98829022fcab874361539845ed1c2353c82c6373ddf49 1 0.00 vMB 0
14,799 14,799 00000000d7998515462de1adeefd9c97a0c1bf4ec7c252350e2b30d8c3fc78ca 1 0.00 vMB 0
14,798 14,798 00000000380e74ed0b3ffabed8327128a44f7fe90579bf67a8d94a716de4bef8 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.54 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: 249.53 GB
    • Received: 0.95 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.