Loading Tool

Explorer IconExplorer

Memory Pool

19,532 transactions
8.86 vMB
0.08917332 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.96/200 MB

Candidate Block

Mining Attempt 10d88f19b4d8307cd27cb679fc713cd7110f03db2930ab05d2893f8b49d3dbf6
Version 20000000
Previous Block 00000000000000000001816ebe27c4b538156b72d2393ecf91ed8f62040739b3
Merkle Root 3b344630dd5f5f317dbea0109af85174e131886c503e2e36ded5f58e2177e771
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,739
Size: 1.00 vMB
Total Fees: 0.06968434 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,408 (898,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
14,797 14,797 00000000678ca9d518580d28da7106366357a34210f6b7f819265a1dc9e40a6f 1 0.00 vMB 0
14,796 14,796 00000000ea8165b5378cec5e8103665f093a9b39af8f2cd97cda8bade1204901 1 0.00 vMB 0
14,795 14,795 00000000afe5be8f68243ce662b4fd5f142036257508466e3f65f3c40f60a508 1 0.00 vMB 0
14,794 14,794 000000004ed1a1bc773e1b5f64c45127414449689ccaa47de0ab1f20714036f3 1 0.00 vMB 0
14,793 14,793 00000000214bafddc1e1a626ac2427a8188b9aeade85edd2fa944a21170b78eb 1 0.00 vMB 0
14,792 14,792 00000000ba427bb961b34f3e4482f2ae1d1fb514aff5d5601bfa39fce8a69e05 1 0.00 vMB 0
14,791 14,791 000000003843f76acc0a064de36db6c452d6b7b6052eba70a85517dd782277f6 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.58 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: 281.70 GB
    • Received: 1.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.