Memory Pool Memory Pool Refreshing

1,441 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,737 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 1,419 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (609,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,288 298,288 0000000000000000842a3146a8646555f34f1a6e8aed449e8d21e29658cdc0ae 0.10 MB 127 21
298,287 298,287 00000000000000005652fc954d9f6183af7307cce965c850d5b36b42cff1eb8f 0.09 MB 132 22
298,286 298,286 000000000000000040ff3444cc1a218f0a36e62f8f2f4a09ae5a493a0de26cea 0.24 MB 178 15
298,285 298,285 00000000000000006d26dbdf617c5c447e19c6e154ff6352bc6f3be1f9997067 0.35 MB 804 61
298,284 298,284 000000000000000050f48023ec9ce52725e7e56a2450dcbb833065b37bcb883a 0.23 MB 78 12
298,283 298,283 000000000000000022069eb2afd2938b12403fecc3099b3ca1512856e45a68e4 0.50 MB 697 20
298,282 298,282 00000000000000001de06e6389a4139ea535926e5eaeaee826a29c6783b88957 0.25 MB 843 59
298,281 298,281 000000000000000073492e30153f8ad8f61c1361c3ae098316fd8e346c04a858 0.15 MB 348 39
298,280 298,280 00000000000000006ebf57fe8a3285a569f6a4e8fef9f2ee7f7d9718822685ed 0.28 MB 279 20
298,279 298,279 000000000000000011a1b4e1ff81921264a25c33989f08152953afdb252ca222 0.35 MB 317 17
298,278 298,278 000000000000000050d3f7dcce063369577a8c9dc87536a09ba8fd3536f99c89 0.35 MB 993 46
298,277 298,277 00000000000000004e20a20dc88ec9ad1f0064bcb7b92d98a28d32f2b9b7c7ad 0.05 MB 87 13
298,276 298,276 00000000000000005f1f44afe89b4de63da29ee9a2cfb93af02a955bb3ef6c60 0.37 MB 787 37
298,275 298,275 000000000000000095627691e1c3ebf71c0cf7b463f109244bfae1ea38c32d86 0.22 MB 335 23
298,274 298,274 00000000000000005c8190ae9a66ec11b82864c41b366b1b482cdfb2182e5128 0.11 MB 256 45
298,273 298,273 00000000000000006f744ef893d13022cb51f0c0b67ec24575167dc7c1059bd7 0.16 MB 200 30
298,272 298,272 00000000000000001ea3499b995c4d6c62011f1a2ec2bc9800c6fe1fefb5f799 0.06 MB 116 31
298,271 298,271 0000000000000000511672ba251384df5efaf6edd6a7e590e8261337f6824677 0.03 MB 71 24
298,270 298,270 00000000000000004a6155c5ddff835e49cb406f14714540badf54138b5c61fc 0.27 MB 449 28
298,269 298,269 000000000000000079ae71f9c858e8556127814515ac141eca4e631ea39cef47 0.02 MB 25 5
298,268 298,268 00000000000000005a0def5198b9cb0047693c6296d5b2451eb60bb17b13d34f 0.27 MB 480 31
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,627.34 GB sent, 93.12 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.