Loading Tool

Explorer IconExplorer

Memory Pool

81,819 transactions
30.14 vMB
0.07933826 BTC
Random Selection Loading Transactions
Max Size: 184.94/200 MB

Candidate Block

Mining Attempt 5f24c96c2e75657b0c294a82e1ebcee086b9eec936e675f5e8f7e903619f3e27
Version 20000000
Previous Block 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f
Merkle Root dfbb399947abc7eebbd6990abf3bb6f0cede6d656dc96cea76bef731f1d079a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,032
Size: 1.00 vMB
Total Fees: 0.01233076 BTC
Feerates: 60.16 > 1.24 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,325 (807,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,811 107,811 00000000000009962fb2cf25b663ef8f3c95947c5d827ac9c226852338757fb2 9 0.00/1.00 vMB 0
107,810 107,810 000000000000dc2f26c0eeb66c16112ae031f0e09d5c3b4ec6ba49148c86c5f7 11 0.00/1.00 vMB 355
107,809 107,809 000000000002668fbb1ca2f46132b65e0cfc94b0290ad9d8ce4a103978eb8750 12 0.00/1.00 vMB 0
107,808 107,808 0000000000011b3eae07a0176d00859f385a95d5299f150ccd252d5cf9b38866 10 0.00/1.00 vMB 665
107,807 107,807 000000000001a937a6f34c9c8bd79530d9e222f02289bcf48ce239c4d16365c2 39 0.01/1.00 vMB 0
107,806 107,806 00000000000192532e1977e0f58917afe8d170c7ef81edc1854c8c921d55d5be 2 0.00/1.00 vMB 0
107,805 107,805 0000000000002950ad4fd921b5460ea84f5a6fb9129d028659f2c3a6d0fb684d 11 0.00/1.00 vMB 0
107,804 107,804 0000000000020c722971a2f48bfdb9acfedd7c7177faa10829e702ecb4e8a706 10 0.00/1.00 vMB 0
107,803 107,803 000000000001d2a43d9803b441a0813437b608024028acb7bd7421faf2396a45 4 0.00/1.00 vMB 0
107,802 107,802 0000000000022a8ec8c0316be62faa0924d5a16a7b7afcc4a762bc46bb60a49f 3 0.00/1.00 vMB 0
107,801 107,801 00000000000133cc49e74d7974361f3368e4438c5ebb4db73cb34f1d8cc91e59 2 0.00/1.00 vMB 0
107,800 107,800 000000000000d5e381be9fa4fee09d6b3526d24d0e321e7b34600cb8a492fdd9 2 0.00/1.00 vMB 0
107,799 107,799 000000000001ab5096e6231f4306b6646a005460114d14abb5007476f663a2d1 1 0.00/1.00 vMB 0
107,798 107,798 00000000000053c7dbc8e16eabdf53c29d9133abd175eeba795771174eb489e1 4 0.00/1.00 vMB 0
107,797 107,797 000000000000c1cbc09310510a4eb71ec780d0ed0c137e55dad5f9b1adb88c5c 12 0.00/1.00 vMB 0
107,796 107,796 000000000002373c85b427799675d04cca33d934e415b1c83e53525d49c04313 12 0.00/1.00 vMB 330
107,795 107,795 000000000000098c03150c4211edc91c819356fe718a8c011fb25c4d33b59a76 5 0.00/1.00 vMB 0
107,794 107,794 0000000000015a33af77155a2611d2140d97de41d372d14fac624722b6236ec3 14 0.00/1.00 vMB 0
107,793 107,793 00000000000117ca164c591e80b58b291f723cc952e1a36fb69d2abb60d447c9 3 0.00/1.00 vMB 0
107,792 107,792 0000000000019ddacc4de79783749e8a72b501e05c0504262365c8098e7d00a3 10 0.00/1.00 vMB 0
107,791 107,791 00000000000068d105884a12f7adbae0dc611d9da05b754e555a77332be3a27a 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.96 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: 715.26 GB
    • Received: 17.68 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.