Loading Tool

Explorer IconExplorer

Memory Pool

77,560 transactions
30.00 vMB
0.10937230 BTC
Random Selection Loading Transactions
Max Size: 181.01/200 MB

Candidate Block

Mining Attempt 77dae0fb5544e5c5268e3dfaf4d6a7493099bc6a75def5c768284e0bb6b01606
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 107ea2f4c447eb6355af38fe058ba0add9111d850a9c0cb75c6322c1f40af2d9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,106
Size: 1.00 vMB
Total Fees: 0.03816040 BTC
Feerates: 357.61 > 3.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (49,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,912 865,912 000000000000000000002065960fa4d8274534b4adf581e648b2f6992ad93272 3,851 1.00/1.00 vMB 24
865,911 865,911 00000000000000000000ff92c77d7d2790ebd5ad5e2841f5810386bd52e75fc6 3,154 1.00/1.00 vMB 25
865,910 865,910 00000000000000000001bd20c2a5b84b082ee8032d7c13b6fbbea157bc190287 3,564 1.00/1.00 vMB 34
865,909 865,909 00000000000000000002c96d4f476ce2370c2c52273bb6ccc0a8e2bcb5d16876 4,003 1.00/1.00 vMB 31
865,908 865,908 00000000000000000002c0a79ae837df77a22a545710c90595f4b1967b6d2a1c 4,626 1.00/1.00 vMB 33
865,907 865,907 0000000000000000000114da60524de033415c09840cf0e8bc5a376ab9188e17 4,668 1.00/1.00 vMB 33
865,906 865,906 0000000000000000000221d974aed4e8170c71de825505c8be31eb19f96269f1 4,462 1.00/1.00 vMB 42
865,905 865,905 00000000000000000000c052caa66ce582bc254bb42929274470606c74ab4bc6 5,154 1.00/1.00 vMB 45
865,904 865,904 00000000000000000001b80579dbf5cb6ac0ab5921db637179553336144868a9 6,597 1.00/1.00 vMB 37
865,903 865,903 00000000000000000002dcb5ecf6af4512231ccd6410e3a53815ba02fbe439f5 5,963 1.00/1.00 vMB 32
865,902 865,902 00000000000000000001ee0946d4ebf9d53a609dbe39a124d85009a4deb9dfcc 5,009 1.00/1.00 vMB 29
865,901 865,901 000000000000000000023110f23905a126538efe46b6f56a3f2f14def1b91d7c 5,825 1.00/1.00 vMB 34
865,900 865,900 000000000000000000001144ab43703465e94d3dc8d78895fbd2411d3a87ef26 5,985 1.00/1.00 vMB 30
865,899 865,899 000000000000000000013e00614039b41e9f01aa3101e0c6b91ef965c59bac3d 5,717 1.00/1.00 vMB 33
865,898 865,898 000000000000000000019b03caca6b7d52d12a18768177c68b5079584baf77a6 6,604 1.00/1.00 vMB 34
865,897 865,897 00000000000000000000aad5e6f8278288b7b1a7892c9e887ad869768e59e60d 5,709 1.00/1.00 vMB 40
865,896 865,896 00000000000000000000c52220a66e82e0d0e7ce1f88cfc7121a0ca81c2d6cac 5,132 1.00/1.00 vMB 29
865,895 865,895 00000000000000000001a46b1bb48e0054f81afbfab4df11de872c4f631fe399 5,318 1.00/1.00 vMB 22
865,894 865,894 000000000000000000019a5fa21487a8a767e1c7d3bdd19cea68a40eee425e40 5,309 1.00/1.00 vMB 8
865,893 865,893 00000000000000000002b935df1bae8fba4ee1798b49718f4f9e5749a4b36c51 4,452 1.00/1.00 vMB 9
865,892 865,892 00000000000000000002db129b7ae5dbcc7396e3b7b599a7ed241332a602ccbe 5,971 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.15 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: 744.42 GB
    • Received: 18.71 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.