Loading Tool

Explorer IconExplorer

Memory Pool

39,596 transactions
28.73 vMB
0.08202279 BTC
Random Selection Loading Transactions
Max Size: 157.11/200 MB

Candidate Block

Mining Attempt 6613f37dd5c14b6897ef04e2589e2169360b39792124929f04e91eb7153c6585
Version 20000000
Previous Block 00000000000000000001604af5513dda10da58890520ba99b2ba27154d3efec1
Merkle Root 76b3a1b14b20d81d5b89cd5cd3f5097caa82d4ea0808ec3e21ebedf8d77cac90
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,995
Size: 1.00 vMB
Total Fees: 0.02699682 BTC
Feerates: 100.11 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,282 (102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,180 940,180 0000000000000000000016c9676356ac79d02dc9103d1af2b6c1fadf01d6e854 3,520 1.00/1.00 vMB 2
940,179 940,179 0000000000000000000170a9f8f7a3daad731da1d20b472c230b2ab88335bdc7 3,459 1.00/1.00 vMB 6
940,178 940,178 0000000000000000000145f26d6efdf1d88d63320dfb616c8cf0061a55593f80 796 1.00/1.00 vMB 0
940,177 940,177 00000000000000000001af735117a91676e219390087c32c40ef939eeb99aec6 2,685 1.00/1.00 vMB 1
940,176 940,176 0000000000000000000160fd8a4d0cf1e6ccc7004b776e1943dc1f07a08bd82e 1,499 0.50/1.00 vMB 2
940,175 940,175 00000000000000000000d5cef2a0779b25caf7464eda17e871a10c051584464d 1,574 1.00/1.00 vMB 0
940,174 940,174 00000000000000000001bc8430119eb9682a407e02303d539c42b657b90413a5 2,558 1.00/1.00 vMB 1
940,173 940,173 00000000000000000001380611d5ae5eb0e281b8ced9f1fb767a39154ca1f675 3,539 1.00/1.00 vMB 2
940,172 940,172 00000000000000000001a8557c54361d7ff8de4b85a9e625c45289067adf5f8b 2,517 1.00/1.00 vMB 1
940,171 940,171 0000000000000000000119966448874a8062a3d30c969adb65743f09b441c791 2,137 1.00/1.00 vMB 1
940,170 940,170 0000000000000000000043f4e3f598076a5f1ec86ee464dcf7ddb18cb55958fa 3,375 1.00/1.00 vMB 1
940,169 940,169 00000000000000000000c9b24bfd4a71eac7a955b4dab98f8656fadaa5201434 1,537 1.00/1.00 vMB 0
940,168 940,168 0000000000000000000053b2a3c512d4dfb108dc7aa0a4ac9794f2747046454f 2,948 1.00/1.00 vMB 2
940,167 940,167 00000000000000000001ac6f91340499893993b4dbc2c2fd20823e0c6197981c 3,585 1.00/1.00 vMB 3
940,166 940,166 00000000000000000000d45b8edf0fd1af81fad5c105efea07197170cccac363 1,396 1.00/1.00 vMB 0
940,165 940,165 000000000000000000011b327910ab80042db3c9d9c8c378a49bb9f3a380fdcb 3,862 1.00/1.00 vMB 1
940,164 940,164 00000000000000000000d2aac62530c170225a73cc7e77f65e3d328ec40d78f4 4,512 1.00/1.00 vMB 0
940,163 940,163 00000000000000000000c977ccbbd6810e7881720c4e71b19278f282294e9e2a 1,097 0.46/1.00 vMB 1
940,162 940,162 0000000000000000000111825132aca1974174888da84adb03363fe1e19d828c 3,458 1.00/1.00 vMB 3
940,161 940,161 00000000000000000000e1d38dd0d42d21b5def636c75953f626e50f8a8744af 4,241 1.00/1.00 vMB 1
940,160 940,160 000000000000000000019601a8b87b216ae8a6b02ed735acb2a55be0f4e86492 1,268 0.36/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 827.25 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: 4,446.23 GB
    • Received: 241.66 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.