Loading Tool

Explorer IconExplorer

Memory Pool

76,405 transactions
28.56 vMB
0.07196511 BTC
Random Selection Loading Transactions
Max Size: 172.85/200 MB

Candidate Block

Mining Attempt f37485bbba74583ed12d9483941de6c21df8ded813bde878768cd2120802b338
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root ecb5aaec9a8f9106e48f37eee4cc32ea39496dc311804fee6f41ac3d03163caf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,417
Size: 1.00 vMB
Total Fees: 0.01274337 BTC
Feerates: 100.17 > 1.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (455,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,505 459,505 000000000000000002380e91cae3dc2ee48780bce90c4b3766ceb2790c5ecdcc 2,169 1.00/1.00 vMB 179
459,504 459,504 0000000000000000011d5064e4f95bb28ce6189a373f4162ef1d84f167a8f5a6 2,208 1.00/1.00 vMB 205
459,503 459,503 000000000000000000d0b0ff585ae455fee49d6f2a20f2e60415bdd54891acaa 2,449 1.00/1.00 vMB 257
459,502 459,502 00000000000000000166dc05099ed65286dd149847b15ddee8045e9dc9d2fdec 2,575 1.00/1.00 vMB 174
459,501 459,501 00000000000000000067d6e1beb2d5f44f66f7b11e63423a7043967dca3eaf15 2,863 1.00/1.00 vMB 137
459,500 459,500 0000000000000000019667bcbd5e4959a32bd118da4d5bc074e1a5c2cd201e84 2,430 1.00/1.00 vMB 186
459,499 459,499 000000000000000001f0e8e6aae3764000e415a0795286919bbce08762a08899 2,260 1.00/1.00 vMB 175
459,498 459,498 000000000000000002029ac559e526f0694212ccf8c52ced479dde0e195d64ff 2,013 1.00/1.00 vMB 155
459,497 459,497 0000000000000000016614a2cd91311f4c3dee274988d1c5673a5fee224d644e 2,196 1.00/1.00 vMB 179
459,496 459,496 000000000000000001919493fc8b4dc1f45105f62d0ad0b1eca1ef39552e93aa 2,216 1.00/1.00 vMB 205
459,495 459,495 00000000000000000223dfa876a7c4e2e47e656763ea8e7b442c3b21ae8a12dc 2,411 1.00/1.00 vMB 173
459,494 459,494 000000000000000001b72ddf65aeb3de43c00f683d017daa735bf5b9b543dc42 2,521 1.00/1.00 vMB 185
459,493 459,493 00000000000000000006ae0e03dd62bbf1fab90500fe7fb8cde4b5633232e7e7 2,059 1.00/1.00 vMB 217
459,492 459,492 0000000000000000001f9db9acecff51fdf1d85a0c3894839a9a7c2d8586ed09 1,862 1.00/1.00 vMB 297
459,491 459,491 000000000000000001a0f22685d6df4bb1504336196c9657195d9b6fd469ce84 1,898 1.00/1.00 vMB 183
459,490 459,490 000000000000000000bda5bed0d3ccd338bff9cbe1ae52e2c90f8d2cade6f935 1,857 1.00/1.00 vMB 235
459,489 459,489 000000000000000001cc4e5759ea401c9b5332ac27d25ef3c1e3e475322df0d0 545 1.00/1.00 vMB 53
459,488 459,488 00000000000000000197043956c3f374ee7037849341d75a2cd2e17f6d85acac 2,310 1.00/1.00 vMB 153
459,487 459,487 0000000000000000022d4e93524fb84231fa82b3bf22954475d959ba238f3111 640 0.30/1.00 vMB 228
459,486 459,486 0000000000000000008251de0e2247cb3021e17adb0d8399ebea5045e87016d5 1,482 1.00/1.00 vMB 60
459,485 459,485 000000000000000001310bbb6e1d719158c06b6c73a1e2ed440cdd6f96b6713e 2,327 1.00/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 782.63 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: 672.12 GB
    • Received: 16.15 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.