Loading Tool

Explorer IconExplorer

Memory Pool

25,737 transactions
7.00 vMB
0.04110676 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.19/200 MB

Candidate Block

Mining Attempt 8a844487371937df00d08e701e2c5cc4404667dcfb97d9e061881e36d56e03bc
Version 20000000
Previous Block 00000000000000000000977eeff7f56ada7e990651c9aa87ce147e78cf4f0c1b
Merkle Root 6dbbdb8b2fcb1eb8f1c3092781e068eccf506293ef9e458e638daa0ec0954b63
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,087
Size: 1.00 vMB
Total Fees: 0.01801624 BTC
Avg Feerate: 1.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,000 (757,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,901 155,901 0000000000000c4c7ca967e733af87be7ed8325fddbcdadbac4a0030cc5a32e1 0.00 MB 12 60
155,900 155,900 00000000000005fe59fa09f033b85c7eeec7f78824ee9b5637413adaf72e8b14 0.00 MB 7 61
155,899 155,899 000000000000026f6637384b1dce0232c0bcc0356dcaaf1fe63d3b9d67877a56 0.01 MB 24 291
155,898 155,898 00000000000009f1617e7b90186ce1d835e7a5d2086792710757d47d55c8c4a3 0.05 MB 162 34
155,897 155,897 000000000000051db689359500fb75e839b8fe83e4002e2a346008a4e7b5b8f9 0.02 MB 62 167
155,896 155,896 00000000000005c25a42521a3d2acae62a4fd97fba51a00c07887060c81785ad 0.01 MB 19 30
155,895 155,895 0000000000000ecf6fe0f017f75d5b421c96cd0d6b1c4d69fdb509de20baafa5 0.02 MB 26 124
155,894 155,894 0000000000000edf6a42170abebce41fb2a87f31bc32f7feffeea44631b6ae1f 0.03 MB 81 210
155,893 155,893 0000000000000af61bc14cc1262e908c41c3b5e65ef2f5bb87a90dbc85cf48d8 0.03 MB 24 55
155,892 155,892 0000000000000e33ec84fddb04c447f72acde2e0093c063e7d686a6c9a012d63 0.04 MB 89 64
155,891 155,891 000000000000027c849690cb7bb91acd9468ec61d49fcf4b315d9983fb542d30 0.00 MB 9 486
155,890 155,890 0000000000000070ff8eb00b768ab916dee66473fc5494f738a01ed6acf99483 0.00 MB 9 489
155,889 155,889 00000000000002a75933f2a99c396385e045cce5827bec5107b0f277a6c4f70b 0.02 MB 44 45
155,888 155,888 00000000000007aed65e86ab032ee7612f9406c502cc309fdcad35e56b750898 0.01 MB 13 36
155,887 155,887 0000000000000bc63798a0bae25006e9903cee01c779b890e2ffd81e46d1f7f9 0.00 MB 13 22
155,886 155,886 0000000000000c3b76889f1adad0095755c6182be2592ef484b325c48af23bca 0.01 MB 54 6
155,885 155,885 000000000000033da037aa6b3305a44d6821f7e83aaf4916b26b94bd96577336 0.01 MB 26 44
155,884 155,884 0000000000000e17553a088011f6577fbaa9c3b8675062525d279bef071fbaa1 0.00 MB 10 50
155,883 155,883 00000000000007ef74a1451cc99cd0b4f8e68d925dee667f24b97e8720abfbd4 0.02 MB 39 28
155,882 155,882 00000000000008582224b20e5837b9d01b42095472bb394be7f877d4244c7c36 0.00 MB 9 163
155,881 155,881 00000000000000d859cfb2479d790ff701a51310ee15e36d87b387fbf397be4f 0.03 MB 64 65
Previous 10 blocks ↓
Total Size: 778.84 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: 380.85 GB
    • Received: 3.43 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.