Loading Tool

Explorer IconExplorer

Memory Pool

42,059 transactions
29.17 vMB
0.06769799 BTC
Random Selection Loading Transactions
Max Size: 149.31/200 MB

Candidate Block

Mining Attempt 27cd8d724bd36ca3daf4287b3b39f3b5157b000c272ada22f8aa6e6a9de9097a
Version 20000000
Previous Block 00000000000000000001c828f0aae187fd43c96f8afcfb80f879b49902b03414
Merkle Root 9a57d1060f797c3bbb60bdf5740100df4c40bd1b2f107035f2b9f2637b927387
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,926
Size: 1.00 vMB
Total Fees: 0.01067029 BTC
Feerates: 200.71 > 1.07 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,533 (281,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,813 632,813 0000000000000000000c3a2564a88f4ef34d8c764f4d5a7098d1a969d62ada1e 1,906 1.00/1.00 vMB 43
632,812 632,812 0000000000000000000cfb4af01154b19acdc43da9e0110310da84a982fc8f47 2,613 1.00/1.00 vMB 30
632,811 632,811 0000000000000000000e3fa3ff1c682c1b3f813432b5128162e79198ef7002e4 1,981 1.00/1.00 vMB 82
632,810 632,810 000000000000000000010d2d7f36ab5c647832e1c8e2d5d5b1f55c061094bb10 2,427 1.00/1.00 vMB 47
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
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: 113
    • 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.