Loading Tool

Explorer IconExplorer

Memory Pool

43,770 transactions
28.31 vMB
0.11441815 BTC
Random Selection Loading Transactions
Max Size: 147.06/200 MB

Candidate Block

Mining Attempt 7f23cc71567cedb4a9743793fa029dc432582f570255ddb58ea897c6a9865f37
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 90ecafc0e00113daaf44e88add91b1e08f4dafc2d0178bec744342e661112a1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,310
Size: 1.00 vMB
Total Fees: 0.02945384 BTC
Feerates: 30.00 > 2.95 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (160,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
754,378 754,378 00000000000000000002d3b04bda2a641dcdb61c52b66e555d5c8b7d5ac3c953 3,029 1.00/1.00 vMB 27
754,377 754,377 000000000000000000011df2a0fef548ae2ea45961fb825f2175cb95d5034bed 2,883 1.00/1.00 vMB 28
754,376 754,376 00000000000000000004a2b1fa62cd6c1de21948eb0ea71c1944fd2efcdb9c42 3,059 1.00/1.00 vMB 36
754,375 754,375 00000000000000000007d6b521f50ddf895632c827b6cb493fb6b9623e5cad68 3,367 1.00/1.00 vMB 25
754,374 754,374 00000000000000000007d7c718b1b348342a5a728c5544fff45f1f7de3cc917f 3,131 1.00/1.00 vMB 44
754,373 754,373 000000000000000000006aaf67801d39c83824cf131107c4d69ec38d3b672477 3,387 1.00/1.00 vMB 25
754,372 754,372 000000000000000000079f85934c82f89c3b71e6b5dddf2410aaa459e1c6978c 1,424 1.00/1.00 vMB 15
754,371 754,371 000000000000000000060efb36058148f6b69ffd5419ad719955f896f08b54ea 2,268 1.00/1.00 vMB 18
754,370 754,370 0000000000000000000325577bba759c71e9a1999b96e96ac6da317a515b26c8 3,274 1.00/1.00 vMB 18
754,369 754,369 0000000000000000000089edbc6805ea6e35d21c5e470cf7e18e54504cd9167a 2,920 1.00/1.00 vMB 31
754,368 754,368 000000000000000000061a93cafc6ea84c3a2a16891d53ba42ea60aebb3bbb04 2,981 1.00/1.00 vMB 26
754,367 754,367 00000000000000000002775350e02d5e7e26b6d78abe97e601dacd3fd96335e7 1,962 1.00/1.00 vMB 5
754,366 754,366 0000000000000000000548a79cbb4e3037d401c710a1f890ebba8efc4dcd7d0c 2,259 1.00/1.00 vMB 8
754,365 754,365 00000000000000000005496fb9552c1cbbaa40305ce81665e4eddbd8173c74cd 2,294 1.00/1.00 vMB 14
754,364 754,364 00000000000000000007423ff0f0d01f7047e8f89ce5da8784262490918fcc46 1,997 1.00/1.00 vMB 17
754,363 754,363 000000000000000000004699eaa356e06632f6e9d04a2aaa6e04289e0afa35c7 1,971 1.00/1.00 vMB 18
754,362 754,362 000000000000000000026b116e7d397711c4a84e87766c81d917937b9322273c 2,790 1.00/1.00 vMB 24
754,361 754,361 0000000000000000000368c86781d6b57021ff7bcc25702a991d45571dc45222 3,487 1.00/1.00 vMB 35
754,360 754,360 00000000000000000006cf42e138093fdbea3be8049e569aed91878bc7b32ebb 2,669 1.00/1.00 vMB 24
754,359 754,359 00000000000000000001ba3b639d6a4339f7d2c865c0f332f00d1715011f2edb 353 0.26/1.00 vMB 4
754,358 754,358 00000000000000000005c3ae0c4f41c8240e27ed36f09a15711fd24302ddfc1d 2,752 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.88 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 645.00 GB
    • Received: 12.63 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.