Loading Tool

Explorer IconExplorer

Memory Pool

79,923 transactions
29.75 vMB
0.08153345 BTC
Random Selection Loading Transactions
Max Size: 178.75/200 MB

Candidate Block

Mining Attempt 97ed919b0b73923ef799100cb1e556e18823fe67e7bb471639b038dc4f41493a
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root 98df73568dc3edb1ba66ada6d81b3e97648049c16059d1e70cc6a3ab701cc445
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,144
Size: 1.00 vMB
Total Fees: 0.02096949 BTC
Feerates: 502.65 > 2.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (250,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,053 664,053 00000000000000000003ead106f135d07a64ab142a13144ec233cd735ed41b0d 1 0.00/1.00 vMB 0
664,052 664,052 0000000000000000000962acadc8f2cab253ab1a02cfbf5a90fa340f78bce6ca 1,615 1.00/1.00 vMB 80
664,051 664,051 000000000000000000035d4b16d6a9d39e7abaa9e03b78a1c921d905b8ec83b5 2,737 1.00/1.00 vMB 14
664,050 664,050 00000000000000000008ea18a87104cd3347a35d47960b1d7e2729d9b1aeba2b 2,282 1.00/1.00 vMB 20
664,049 664,049 0000000000000000000b9e789551db2f1349cc39bada873e78b328210dcb8456 2,139 1.00/1.00 vMB 28
664,048 664,048 00000000000000000002725be31e9aa1cd1eb91b9542a198ce30ed04bdc0aadb 2,912 1.00/1.00 vMB 82
664,047 664,047 00000000000000000006fbe31dadf9899538050a150510d2da69e15cdfdf0318 2,561 1.00/1.00 vMB 16
664,046 664,046 000000000000000000063ecb55c3c953e9f1b02d235f523a8e2fe788afd24612 2,198 1.00/1.00 vMB 47
664,045 664,045 000000000000000000021275b61ad43ddd937f34c4a21432c989a1e11cc3c6a5 2,868 1.00/1.00 vMB 4
664,044 664,044 00000000000000000000348e79aa54255dc7574a34adef2a9b2cccf4f3eec0de 2,601 1.00/1.00 vMB 54
664,043 664,043 00000000000000000004da908f80a58393dcdff081f4ed060eca472108ade161 2,770 1.00/1.00 vMB 19
664,042 664,042 0000000000000000000e257d1db9031ee7ac9cfc323c21de7f25c3e0845ae8a2 2,252 1.00/1.00 vMB 30
664,041 664,041 0000000000000000000238a105f66a705d5385b2ccf2f88883a097e76ef606ed 1,761 1.00/1.00 vMB 19
664,040 664,040 00000000000000000005c846f759c86bc233dd5b0bf665637eeec97a0c81762a 2,012 1.00/1.00 vMB 42
664,039 664,039 000000000000000000074e37ff9377418e6e1054c59e7ef38495e6df40efe558 2,188 1.00/1.00 vMB 86
664,038 664,038 0000000000000000000bf7dbd73cbf13e5b52a1843ceff3cb23d0b15cab214df 2,819 1.00/1.00 vMB 89
664,037 664,037 000000000000000000062c2d6eb4afda4dc9bbfe04441653576f8ac59cac4f68 2,295 1.00/1.00 vMB 55
664,036 664,036 00000000000000000002602aba91fc8070f9c2f3b39e1193f805c5976766ccc9 1,815 1.00/1.00 vMB 27
664,035 664,035 000000000000000000060bcee0d2ea9a55cb5aae8be0f28b49d339f3c7f867ed 2,333 1.00/1.00 vMB 33
664,034 664,034 00000000000000000000df13f8701422f5c29e24adf14d239129d90bb102a4d6 1,754 1.00/1.00 vMB 20
664,033 664,033 0000000000000000000a521ce159c614ba7e7e31e0bf56b62ea98c4107cffea1 1,105 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.