Loading Tool

Explorer IconExplorer

Memory Pool

42,328 transactions
29.27 vMB
0.06974201 BTC
Random Selection Loading Transactions
Max Size: 149.89/200 MB

Candidate Block

Mining Attempt a716b71301fca4d4d1a3db6b62222a14977751a615f1970d5aa83c0a28dd65b4
Version 20000000
Previous Block 00000000000000000001c828f0aae187fd43c96f8afcfb80f879b49902b03414
Merkle Root 3b16fc5c04e7f49e605baef7440bbc8867977b9daf1ec36cc3cacf5b8e007b4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,479
Size: 1.00 vMB
Total Fees: 0.01253890 BTC
Feerates: 200.71 > 1.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,533 (281,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,809 632,809 00000000000000000010f5d9a7228faeff6a19d3e2d2f08c2da32ed8894834c3 1,959 1.00/1.00 vMB 51
632,808 632,808 0000000000000000000c3551757587f9d532950de9fcd43c6dcbcfbd480c5f8c 2,165 1.00/1.00 vMB 37
632,807 632,807 00000000000000000012650d924dd75d344fafa1b2b3f987501bdfcf3c19ac67 2,401 1.00/1.00 vMB 63
632,806 632,806 00000000000000000000c2f0b8a727fceb95a8a2632ad913a98464763a4af74b 2,286 1.00/1.00 vMB 93
632,805 632,805 0000000000000000001188ca92087244fbbc92641285ab155e0607c711d2e97b 2,045 1.00/1.00 vMB 80
632,804 632,804 000000000000000000020f504127fe158377660ce8ed27929ece865fc266eebb 2,827 1.00/1.00 vMB 83
632,803 632,803 0000000000000000000085ab5f7e1cc8d52079f00b54cd9ce36cb76bd93d86ce 2,597 1.00/1.00 vMB 55
632,802 632,802 00000000000000000007840c11a3eb8f93e4ccad16f51281eec16b482249152d 2,482 1.00/1.00 vMB 52
632,801 632,801 000000000000000000065cfa6f0b909d401d8a945faed41512ec3408330d5f15 2,623 1.00/1.00 vMB 95
632,800 632,800 00000000000000000002b7b77db5165aa09d80009c6688bf98746615d9c7ceb2 2,531 1.00/1.00 vMB 47
632,799 632,799 00000000000000000011fcc4ecb4ae08845b71676c79d672615fe29d66853b86 2,635 1.00/1.00 vMB 37
632,798 632,798 00000000000000000008e87be1e3b3c085698e110343aa4ca378cfb81683f397 2,769 1.00/1.00 vMB 35
632,797 632,797 00000000000000000009424b3a729fc3f05ecc61990b8e34dc748deef626526c 2,827 1.00/1.00 vMB 57
632,796 632,796 00000000000000000002267ec0a2ffc99934e566e72cd4326f98efcf1092fb89 2,938 1.00/1.00 vMB 70
632,795 632,795 00000000000000000006dccc82cdfee6f7d03a5122742de64d1d2334694aebb9 2,495 1.00/1.00 vMB 60
632,794 632,794 00000000000000000011f069958f7dc450c396884bc042f4f2bbe9047e1c9972 2,381 1.00/1.00 vMB 117
632,793 632,793 0000000000000000000a4eff5fed44c727a7cab0c87ee2ab7f1f0ab0c26ca3ea 2,974 1.00/1.00 vMB 43
632,792 632,792 0000000000000000000a2b560b65d7b4055e9d27f38603a9d9b859f1005f5896 2,924 1.00/1.00 vMB 77
632,791 632,791 000000000000000000077ee87a5915c31afa88756bcc10b4fdf21987ddf7681c 2,164 1.00/1.00 vMB 113
632,790 632,790 000000000000000000126f9d609597a2314c89a55b7038a10bbacf1a75ce61e7 1 0.00/1.00 vMB 0
632,789 632,789 00000000000000000007fcaa4e9d33e6ae1cb4dec547e14465438f076bdfff16 2,489 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 781.56 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: 621.92 GB
    • Received: 11.28 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.