Loading Tool

Explorer IconExplorer

Memory Pool

79,132 transactions
29.59 vMB
0.07170380 BTC
Random Selection Loading Transactions
Max Size: 177.86/200 MB

Candidate Block

Mining Attempt 1762dc84dd286cb404816abc61dfa0494195b362509db6eb2851a919106545a4
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root c27998c49ac33b2cdbabfe21ac3bd2259c7e998f1bbe20dd938087b3bbe5b2e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,557
Size: 1.00 vMB
Total Fees: 0.01157320 BTC
Feerates: 60.27 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (464,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,899 450,899 0000000000000000001f81decab0b4f49da6e365acfd44971e0165ce6188debe 840 0.27/1.00 vMB 167
450,898 450,898 00000000000000000096ea6abaa578258733aedfd09a0a0bba89840227c6c5fb 1,825 1.00/1.00 vMB 134
450,897 450,897 0000000000000000021a3969291d413c7286fc0b762552acf90afa7afee50588 2,000 1.00/1.00 vMB 90
450,896 450,896 00000000000000000055ddf15c5813e0e8cc051e3205f4b27370f7b9c360268b 2,461 1.00/1.00 vMB 145
450,895 450,895 000000000000000000b41a844cd3a2d77d8bdcb64726124df8d5b85e64c5fb98 2,144 1.00/1.00 vMB 86
450,894 450,894 00000000000000000109e98dde2cb20eef884332e8f37530d99125651346f3af 2,102 1.00/1.00 vMB 109
450,893 450,893 0000000000000000012ca7fa3619dbaa185aa61a0cbd3ee3a113a6b44981eb20 2,255 1.00/1.00 vMB 144
450,892 450,892 000000000000000002a816f711f92a6b5cc276c64dde448f9e8e378b805be996 2,935 1.00/1.00 vMB 84
450,891 450,891 000000000000000000542e4a12ada330ac99e35cba59b6925c6a4879f9b95bbb 1,807 1.00/1.00 vMB 102
450,890 450,890 0000000000000000016145b32fdc5aefbfef87a7250d8a1e1120db39658e03f2 2,488 1.00/1.00 vMB 89
450,889 450,889 000000000000000002398db59f4ba294a6663c68d5e332655489b269a75deac1 2,397 1.00/1.00 vMB 66
450,888 450,888 0000000000000000009aa50ddd2b90b5815693f0d01d8f1e62f7d88dd019334f 2,546 1.00/1.00 vMB 109
450,887 450,887 000000000000000002cb118a7b81b9e169705a499cdfbfc3c140b6f720828433 1,868 1.00/1.00 vMB 110
450,886 450,886 00000000000000000054699c2085ee7ca18b14b9e5a79f9173b854d2c1d55602 2,569 1.00/1.00 vMB 144
450,885 450,885 000000000000000002345fc158d40d1802d3ea13b1bd7f1b8180fcd551a85de4 2,313 0.99/1.00 vMB 129
450,884 450,884 00000000000000000057d9ba9ab41fb8aec3fd32e5b54a78157955dd77210347 2,723 1.00/1.00 vMB 81
450,883 450,883 0000000000000000011fdad3f06da537dcf4b52e2d72700f003cc35a80b6e833 1,926 1.00/1.00 vMB 72
450,882 450,882 000000000000000000a2d3e4c2cf7fe4d7999c34e259b45f3d7c39db9f769424 2,097 1.00/1.00 vMB 98
450,881 450,881 0000000000000000021ff28b14c2112124771e93717d9f15129ced87030ff839 2,437 1.00/1.00 vMB 144
450,880 450,880 0000000000000000008aa7a0d449e7d692d58f379cfefb3ec8db973b47d7a40c 1,283 1.00/1.00 vMB 82
450,879 450,879 0000000000000000005b2048bed55d285181929cf02aa7d8957d4f0529233330 2,622 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.39 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: 664.65 GB
    • Received: 15.02 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.