Memory Pool Memory Pool Refreshing

1,322 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,730 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,291 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,729 (833,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,342 75,342 000000000037e4e69b7702c1453e64bf96ac365d777e8b2258c495ebb0732420 0.00 MB 1 0
75,341 75,341 000000000038f25268e3cf7a9fb0a56c0d268854cec826de44c6b1248cafc122 0.00 MB 1 0
75,340 75,340 0000000000629a55c86d162379818de004919f0ceb56ff4598ec506d4017c334 0.00 MB 3 0
75,339 75,339 0000000000070b83894ab2cb7df15d3265ecdc2a7d7d54ca060c4f87a1d8cba6 0.00 MB 1 0
75,338 75,338 000000000031b57fd537d89bb32d800d690c55c8c6dd6811851e81fa10037ec3 0.00 MB 2 0
75,337 75,337 0000000000373602ab6e755bf0472c0d3fe81ce7d50efb5fcfabd35ed484bd3a 0.00 MB 3 0
75,336 75,336 0000000000115be998a66ace68364a1c13cce535ec92f6c2edad17473285ab7c 0.00 MB 1 0
75,335 75,335 00000000005a67dec0c7783c697a640e01eed3ec992ed398ff8adc102d50c351 0.00 MB 2 0
75,334 75,334 000000000069eddd6c8801cacd44ae072831a268ff046cdd74a7924c01957ada 0.00 MB 1 0
75,333 75,333 000000000034486bbddb785227f8790e03df5a4e4cfda593809755dcf70a9c02 0.00 MB 1 0
75,332 75,332 00000000007314b4c16e4939ed591aa6df74f2aba34d636d224e219c6553857a 0.00 MB 2 0
75,331 75,331 000000000058c4d9c3d7d366a668f8c6d1cfd1d72ef41cc45d6da2f538e8ee11 0.00 MB 1 0
75,330 75,330 000000000020d38f92880355673c76911f4fc82bed84c8c5afeb0bfd274962ec 0.00 MB 4 0
75,329 75,329 0000000000694d662ebb8658cc0979e0bc44e879bf1d1072692fd40b8301e486 0.00 MB 2 0
75,328 75,328 00000000006317d4e633c7c3aaf2f0a8c432a9098bd7e20f68bf62afcf3777a5 0.00 MB 1 0
75,327 75,327 0000000000369ae6aaaea6c883fb36414e5681f8e5d1f1e16a1c6b37caca8642 0.00 MB 3 0
75,326 75,326 00000000002f75e707c9e4b024b951c2af68f41425b3e6c92bdfe513e7e5fe2c 0.00 MB 1 0
75,325 75,325 0000000000777ffce5dd9cc5512efcdd0951f91da4301c6380d0c1027e8060fe 0.00 MB 1 0
75,324 75,324 00000000002a594c537dc796b7c7e89ac065c1046c6ec8f722751441483ae850 0.00 MB 1 0
75,323 75,323 000000000033223d719615e8d4a384dd2f3b9443249cfe0ea7add24a3e79c3a5 0.00 MB 1 0
75,322 75,322 0000000000527ae3a415222e531f04e84e45e53c44affbbfe270fce393d6cd87 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.06 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,855.17 GB sent, 102.26 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.