Memory Pool Memory Pool Refreshing

3,425 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,556 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (830,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,436 78,436 000000000030997727673b3c97c1f29f347b27afbafb3cab6eb28e18e4fd4e6a 0.00 MB 1 0
78,435 78,435 000000000002ed256987b6870447423f2d4140bfc9b8e51a23a404beb9b5d489 0.00 MB 2 0
78,434 78,434 00000000001e1eb9cebb0f51d435f01f2f193d3bf7ac468929a6bf96de2f511d 0.00 MB 5 0
78,433 78,433 00000000004228493960176c7d539521fe77ba6b0cbc85263f9907e7848e9163 0.00 MB 2 0
78,432 78,432 00000000005fa682383a135bf29d61b1e33b155de48d3ba2708e0def62b600d6 0.00 MB 1 0
78,431 78,431 00000000002af60eb4fac96541b9496463e2e4f4baa541fe64bce10b6930c6a1 0.00 MB 1 0
78,430 78,430 000000000038d6f1072823d4a4fea03d8980ab3a66f3e8ec52ac24c115300a44 0.00 MB 1 0
78,429 78,429 00000000002705e3443444bdd7e5867518ce6cf9447787fc0d23016301e01536 0.00 MB 1 0
78,428 78,428 00000000004f3e29129a3bf09d54f96a8d28e269e92951a071d6ec77938c61f1 0.00 MB 1 0
78,427 78,427 00000000005c13d65f92a22374e403c7bcf61652f7514fd3b6dc9b799c3a662c 0.00 MB 1 0
78,426 78,426 000000000047157ca8bcb90f3512fb144c2c4230f9101f8583fefdcf9846f502 0.00 MB 2 0
78,425 78,425 0000000000574f1a193a8ef612e4a3a289b67d21bf4ae1a8db0d68c3617dbb3c 0.00 MB 2 0
78,424 78,424 000000000047b0d1fed37555376eda3686e3542922de819c2e153317ffed299f 0.00 MB 3 0
78,423 78,423 00000000000b6c293ba5c78fd8b7a4e2b766693f91a77c517da5df644a487fa0 0.00 MB 1 0
78,422 78,422 000000000000c024bcd0030a3eb0f608e4a4023b042ccd138112a53362e336d0 0.00 MB 1 0
78,421 78,421 000000000042ee4270f8dcc4f0e000886c782d32e08b7d5b766ae8b14a4d98bc 0.00 MB 1 0
78,420 78,420 000000000055fae9657c9a9b6bee89ee62d7ae950e906076888d2143f0ec93f1 0.00 MB 1 0
78,419 78,419 000000000026b90f14e128463aa6676da1ab1811d63961ef396a0ab71a4adcf2 0.00 MB 1 0
78,418 78,418 00000000002288d9ed578b45990bffd762f859bae7821103f042110e1db1c2b2 0.00 MB 3 0
78,417 78,417 000000000058a3e00ba8cf6d65452d920747c038ab9a6fda9313494888761a18 0.00 MB 1 0
78,416 78,416 000000000004d6a652b5d99f9dc0fc88715d1d6455f83393fa882066dcccd898 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.