Loading Tool

Explorer IconExplorer

Memory Pool

77,034 transactions
28.61 vMB
0.06446049 BTC
Random Selection Loading Transactions
Max Size: 173.64/200 MB

Candidate Block

Mining Attempt b7cbe6925bde2d73e351a878efdffad0e28dfcc20b9676e79c459353f7338e32
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 58a1fe9114419229d01397f517db00574f092afb0c859ee30c1178b482305ce9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,764
Size: 1.00 vMB
Total Fees: 0.00492017 BTC
Feerates: 100.28 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (289,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,802 625,802 0000000000000000000f48c6f081e6279e97d9e9e11c71fa767571c5f460afe8 1,892 1.00/1.00 vMB 16
625,801 625,801 0000000000000000000cd3fb2dfe46216dc9db0ee68c50ca1397df8144ee3ad1 1,207 0.73/1.00 vMB 2
625,800 625,800 000000000000000000050eb57a6c1b4b5803c0b53c29a523393866c7b0455c27 2,734 1.00/1.00 vMB 10
625,799 625,799 00000000000000000010c763b469ece4cb262b6637ad95d433a8e305153e94ca 2,470 1.00/1.00 vMB 22
625,798 625,798 00000000000000000000aac581a90326a3509f0e037d96b9781da6c017fb3fad 2,253 1.00/1.00 vMB 9
625,797 625,797 00000000000000000006f977e58e4868af870f13ff146f92fa342bf308422830 2,551 1.00/1.00 vMB 6
625,796 625,796 0000000000000000000eef9ad48d3a3614418da7695ea3533e6f368fab837cdb 2,325 1.00/1.00 vMB 25
625,795 625,795 00000000000000000002d4c361b1f1951c251b67fd82ece85adbf236513a4ef5 2,135 0.81/1.00 vMB 8
625,794 625,794 0000000000000000000f5ce828062d57314e4727663e8073ac53eb152f108a7a 3,031 1.00/1.00 vMB 17
625,793 625,793 00000000000000000003d4cd5d881491382600179506e8e9bd1826335f7ee1e5 954 1.00/1.00 vMB 6
625,792 625,792 000000000000000000084fe9e0f165fca3d1fe755c4c9e34aa5dc8fa9f78ac5c 2,576 1.00/1.00 vMB 10
625,791 625,791 0000000000000000000fc6b6b78258f5fd19effaec60794c85435cca93afb30f 2,983 1.00/1.00 vMB 16
625,790 625,790 000000000000000000007d304e207693dd95cf0187f9914f874461710dcef9a2 2,507 1.00/1.00 vMB 23
625,789 625,789 000000000000000000029ebb746971e17f82b3d220af487db9b175a372513f19 2,325 1.00/1.00 vMB 12
625,788 625,788 00000000000000000012f2432f539fc44005fa08298660580158890c20a7b4a3 2,954 1.00/1.00 vMB 18
625,787 625,787 0000000000000000000ef10b977e8ac8d00d5a1b7c782085987f132274c76ed1 2,706 1.00/1.00 vMB 26
625,786 625,786 000000000000000000061c2d269da253deb68bd7f97bfdd586134d8aa5cfd9bf 720 0.25/1.00 vMB 14
625,785 625,785 0000000000000000001239aa0d7a9cdeea3a48e66b2ceca6b86ff3a9fb07f5ca 2,774 1.00/1.00 vMB 7
625,784 625,784 0000000000000000000789f2e5c6f7ba815045c68dcaa11a17e0e0a2d104e5d9 2,871 1.00/1.00 vMB 10
625,783 625,783 00000000000000000004932846ef3db99f2b8a01b16312ee4df7ccad6deea3f3 2,717 1.00/1.00 vMB 31
625,782 625,782 0000000000000000000b5b30cf7e049f091115fef047c91e2ff022ea3dd9869a 222 0.07/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.