Memory Pool Memory Pool Refreshing

5,125 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,690 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,290 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,689 (848,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,373 60,373 00000000001b75f6bcf940edb58d35db0326e9d66da89ac94cee0dd666d1d893 0.00 MB 1 0
60,372 60,372 000000000b6f99c979415b323db13f51f076b7803d7c99b648372224cd4b0ef6 0.00 MB 1 0
60,371 60,371 000000000b5053756248f334756a755dccf6142b1cd60c37d9ec879e9390403c 0.00 MB 1 0
60,370 60,370 00000000010995762a5d6a33e9c3f4ab4f6eddfe174eedaf25b48a97d8c6f9d4 0.00 MB 1 0
60,369 60,369 000000000220c7c569c53358f43f0077050679f858895dbae0c6a99f3ece4466 0.00 MB 1 0
60,368 60,368 000000000a29aa889a37aa11c7e6555936aac8b8eb9cded4b32a7993ed2400f1 0.00 MB 1 0
60,367 60,367 0000000008c3fb43066ad5f98a8f267458dc34483032c2687547b953018c853e 0.00 MB 1 0
60,366 60,366 00000000062bb84a1ea356d3187b211f0fe4f0dda5b9a4846402240cd3e83fc0 0.00 MB 1 0
60,365 60,365 00000000084e61a2dfb11efa025990606048d35ff86c918065f2d91d7e8e5db3 0.00 MB 1 0
60,364 60,364 000000000b695b2b665a46a34f48b2935f61651de26e7b3895cead6f41d650e9 0.00 MB 1 0
60,363 60,363 0000000005633ccc2700512c409dd4486a3d10fc09aa92936b16d0ad2625f821 0.00 MB 1 0
60,362 60,362 000000000d7489d709ae9d9fc437bf1c3078c3c14f106c21f233a45bc69519b5 0.00 MB 1 0
60,361 60,361 000000000eeb60968c3fa1f8e9e00c936e29425a8c180b2b9a909cdb583e9eb7 0.00 MB 1 0
60,360 60,360 00000000007ba6f6dc903253ff8b4bc1d3cc068bdef02095196c2824fbdb27f0 0.00 MB 1 0
60,359 60,359 000000000838c3a2a2c11d821f7844d0843ced8b60c2b8c65a7a42f32ebe81e5 0.00 MB 1 0
60,358 60,358 000000000c4d1e9577525353081969596e428b6733dd10f618fe97e84176baa2 0.00 MB 1 0
60,357 60,357 0000000003e2c7896688a0b3f64501a9b56f5a0474aa4e771efdc5f4086b1b63 0.00 MB 1 0
60,356 60,356 000000000afb73cef280875113347d3ec4f0351d460303b12656afa75b43bea0 0.00 MB 1 0
60,355 60,355 000000000c4eb589879fd4d31df8c01c7fe8114586de8b6fa906b922dd37a6c1 0.00 MB 1 0
60,354 60,354 000000000990b82274a24198d269284639d077fb67fe4b10d52328b1d21e77f2 0.00 MB 1 0
60,353 60,353 000000000c4aee734e7a85238b81b99ab9a368d97fe182bc5a80e85c0734c2dd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.98 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,854.11 GB sent, 101.86 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.