Memory Pool Memory Pool Refreshing

1,342 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,285 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 1,335 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,284 (830,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,188 78,188 00000000002d9ca87a14bc3bf8f446a15ef8198beca6d5aa26da1f6891a8acf8 0.00 MB 2 0
78,187 78,187 00000000005201844dae57c414d340fb73b68a0a6f8cc90ee5314254a5178b67 0.00 MB 1 0
78,186 78,186 000000000042b86f4bbec11de2e55c1c93d392b1cfe05b2bba450e3d6beb4947 0.00 MB 1 0
78,185 78,185 00000000003d3a25e664a7d318cad5ceba95a4846a010f9ca3168e18b6344a75 0.00 MB 1 0
78,184 78,184 00000000004959112585a28a0a80c61439173b5e9660d7378ebb3e6d4ac52767 0.00 MB 5 0
78,183 78,183 00000000004430fed8a49180f1bcf45645c5ceca0fab196b58270d4c24e9bab4 0.00 MB 3 0
78,182 78,182 00000000002b24a1ded847cb4aa741cb0ff8d1e924a765a006657d12c762d9de 0.00 MB 1 0
78,181 78,181 00000000005d9802f3de1795b0947a92d95ed5b358f7e21d997a62f5f91018f6 0.00 MB 3 0
78,180 78,180 00000000003d16a47ef16ebb43a6b962d6d7d0c6f3d740cb51d9ef31b1a08a6c 0.00 MB 1 0
78,179 78,179 00000000004dcd9f4ff7e6f5f81535ceb5e1624212d6ba155a66dea495c80d7f 0.00 MB 2 0
78,178 78,178 0000000000291bff58efae93eccf11c379b16a3cc05a9ad4eb825091c2b97e30 0.00 MB 7 0
78,177 78,177 000000000018cf84cb83e894946fe7a6f11a754990690d55ac7d48d1a72a8911 0.00 MB 2 0
78,176 78,176 0000000000525c3396400a65c4b0127512d86e278703d4c183817315717c2dd1 0.00 MB 3 0
78,175 78,175 0000000000357453a34e0e4694d2fb6f7b40b3002ac37f0901d2fd29050cd61b 0.00 MB 2 3,676
78,174 78,174 0000000000560aa51ebd43375a21efd1e86303d7671994d44c8f43ecb73cecdf 0.00 MB 1 0
78,173 78,173 000000000054921113ad909f9ec8048f3849075424c865e362498eaa5ecb8ffe 0.00 MB 1 0
78,172 78,172 00000000005594286421cf02cf50e67c4d68659f27cbfb75c3ff83999b889b5a 0.00 MB 1 0
78,171 78,171 000000000059724f71ca81aa152db70aadf1f37f49d89d84245a4bb680732552 0.00 MB 3 0
78,170 78,170 000000000020cbdff7e961f53b200f9050c277b694ec3ed9e22c376fe3fc73fa 0.00 MB 3 0
78,169 78,169 00000000002b7b730610bfd07f934da0a08b741fe1d269c29366dae334be17a5 0.00 MB 2 0
78,168 78,168 00000000000ffe1483c0b00e4e97d928408b1718a9098c898b2c74d2d4be555f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.08 GB sent, 98.25 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.