Loading Tool

Explorer IconExplorer

Memory Pool

82,361 transactions
31.15 vMB
0.10969607 BTC
Random Selection Loading Transactions
Max Size: 189.01/200 MB

Candidate Block

Mining Attempt ff39f4c45a5a045b5b16e488344ba0c6dcfb7ae0c58921b327f4afcc4b347322
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 5d161366443039f42e81a66594e32038eca3e80ddbb10d9a3e9184541b140a2d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,640
Size: 1.00 vMB
Total Fees: 0.03519734 BTC
Feerates: 803.65 > 3.53 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (465,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,043 450,043 0000000000000000000abee5b3987f24b40d0ee774bb5c93e5ee1c1604faee14 1,162 1.00/1.00 vMB 43
450,042 450,042 000000000000000002a1a6c21613985935fcead38cab8e9521e2403563794828 1,670 1.00/1.00 vMB 36
450,041 450,041 000000000000000000b0d4a3070709403584f2f7508f6f1f25d06ee0622c6ba4 2,505 1.00/1.00 vMB 87
450,040 450,040 000000000000000002931372580cfda50568424c394572afe0ac9c2062b39f4b 949 1.00/1.00 vMB 40
450,039 450,039 000000000000000000717933251b2ebd504bb01478c0aefe7da922be10587ed7 2,586 1.00/1.00 vMB 91
450,038 450,038 000000000000000001ffd4401b0c2783e34257f9b4755f90b3606b41f05d519b 3,501 1.00/1.00 vMB 42
450,037 450,037 000000000000000002743c71fa6df076f84b7e64c0e1588a2290320051311fd4 2,288 1.00/1.00 vMB 73
450,036 450,036 000000000000000002056d3755c4e5e17b229f9db3c58f90cc7fbec55ee52528 2,216 1.00/1.00 vMB 51
450,035 450,035 0000000000000000009bd5e9f502690db56e9a6c0957fe2fbbd476486c343e98 2,002 1.00/1.00 vMB 79
450,034 450,034 00000000000000000044cc86ededfa0c69c1d8d1bc6cbc736a75ce203dc9dfdf 2,301 1.00/1.00 vMB 115
450,033 450,033 0000000000000000015ca595cc26f7e214d7d38a7f248e6371a674d36589b261 1,202 1.00/1.00 vMB 47
450,032 450,032 00000000000000000031ecc1b27ae8bf7938a52dd4b137c2cfcf9e0ac17a7c83 1,961 1.00/1.00 vMB 59
450,031 450,031 0000000000000000000cf76c8c50df4bc903497e1fe33509ef6e94fb9b373021 1,958 1.00/1.00 vMB 42
450,030 450,030 0000000000000000011137f1df788ae96e67cae84c582856455f2d55ddca2634 2,132 1.00/1.00 vMB 42
450,029 450,029 0000000000000000020d7b85610e2e97b26bc80a7cba252495d12133d1246466 1,919 1.00/1.00 vMB 56
450,028 450,028 0000000000000000029c79fcd7091ef073a053bccdd6651027799f7c1b5ee2a2 2,163 1.00/1.00 vMB 49
450,027 450,027 0000000000000000026cc0b941d2ed22b7e8565ba09dd81e32c993582c0972a3 2,219 1.00/1.00 vMB 77
450,026 450,026 000000000000000001cc3e45d15f3a3b2e3615fe584318397e252f64a2e7d437 2,179 1.00/1.00 vMB 107
450,025 450,025 0000000000000000003cabbe6d0206a4fe8e253064677ca2eb9837568dd4ac0e 1,858 1.00/1.00 vMB 39
450,024 450,024 0000000000000000009c622e13c51c6e2db7fb57731f3f94463657c1d1e8f293 2,189 1.00/1.00 vMB 98
450,023 450,023 000000000000000000711b59b6656993a5d128f47e30b95118c91b68740d944f 1,982 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 783.00 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: 718.64 GB
    • Received: 17.93 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.