Loading Tool

Explorer IconExplorer

Memory Pool

84,690 transactions
31.62 vMB
0.10811510 BTC
Random Selection Loading Transactions
Max Size: 193.84/200 MB

Candidate Block

Mining Attempt 7b6a25c82fa066e3290c3d3b08824eaec07a0c04fb84c13757fe4a2c95dbd660
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 603f0cb785fa1d332a55fa90e76b65a382eb21a16fa4ad68ae0fcc9e1adbc62e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,663
Size: 1.00 vMB
Total Fees: 0.03443417 BTC
Feerates: 301.57 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (247,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,390 667,390 0000000000000000000c0a6ed4bd217ef1ffbb0914f8594b55afab3b92c73858 330 1.00/1.00 vMB 19
667,389 667,389 000000000000000000094fe9a5010c126aa5ee18600fe4a288b652b35dc4f8d6 543 1.00/1.00 vMB 24
667,388 667,388 0000000000000000000b0d20573c949d50a359173edff0330fa3b51cd4b795f8 1,272 1.00/1.00 vMB 19
667,387 667,387 00000000000000000004629b04d9c9a04fc95bdbafae232a44bcdd1a08c82b11 2,264 1.00/1.00 vMB 47
667,386 667,386 0000000000000000000c59593b73ae0b4db665ad6039e48dbe87d1b97256e2c7 1 0.00/1.00 vMB 0
667,385 667,385 000000000000000000049340099b56d30b26bd34002f223391b1fd8ca1c3121c 1,442 1.00/1.00 vMB 12
667,384 667,384 0000000000000000000b4b44f72364c0f474c8992cae1cdd88a06f7e9403739e 2,424 1.00/1.00 vMB 61
667,383 667,383 0000000000000000000548f116430ad0fb5ce6071d56e4b7f3b1967e2eef6471 105 1.00/1.00 vMB 5
667,382 667,382 000000000000000000049f02ed916614d147a9fac977e84c00ff4857006e67b3 1,397 1.00/1.00 vMB 18
667,381 667,381 00000000000000000009f8e849f306bd7dd2a1332941334b1614481e824a2933 1,195 1.00/1.00 vMB 12
667,380 667,380 00000000000000000002f3416c09953799e19231761ffe1faf6e97852067b121 1,405 1.00/1.00 vMB 9
667,379 667,379 000000000000000000070f1c376a3bf60b13e180e4a9990b42305da6dcae7ade 1,497 1.00/1.00 vMB 19
667,378 667,378 00000000000000000000c25dcb21d8f395324cb746eacf6ba757b7933a4ba723 1,334 1.00/1.00 vMB 8
667,377 667,377 0000000000000000000230b5b0e99e36fd153bc706ff7fb06f0cdfaa86e67d44 620 1.00/1.00 vMB 6
667,376 667,376 000000000000000000005124d163392841e47732eb2e1b816bbacb6da1d6555e 2,417 1.00/1.00 vMB 52
667,375 667,375 00000000000000000007ca38bda59934bc3759518794f6f293975c6c0c278622 2,231 1.00/1.00 vMB 33
667,374 667,374 0000000000000000000338b32b82f548cb9bfb4c2f8c89a8a6953f5c70ffdddb 2,601 1.00/1.00 vMB 25
667,373 667,373 0000000000000000000c44f6a9eaf51520a7c3979dac3eeefad8458c8e07eab1 2,038 1.00/1.00 vMB 49
667,372 667,372 0000000000000000000d07cf0460d5176c4a6aac3003232184194fd85d7307f1 2,223 1.00/1.00 vMB 63
667,371 667,371 0000000000000000000633196bb90916595a1716102ebb0616a9f28831a5666e 1,797 1.00/1.00 vMB 80
667,370 667,370 000000000000000000032a441abf4d9add1acac9a4a2a845fed47456b0ed842a 388 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.59 GB
    • Received: 16.92 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.