Memory Pool Memory Pool Refreshing

1,336 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,667 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,320 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (814,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,258 94,258 0000000000074a197d2235210286a7b1041c323861592b4a2155a26d61ebe3b2 0.00 MB 2 0
94,257 94,257 00000000000671628dcd02ceb9331f6e165a496a7f274d393b1ff18b57973cbc 0.00 MB 1 0
94,256 94,256 0000000000030cfbdde94b27bda39dc457159769bb9f787e5f1e2dc29018b42a 0.00 MB 1 0
94,255 94,255 0000000000074325851f5f26ca8618a68b499557eadeea312e4b6ed2952bc8a6 0.00 MB 1 0
94,254 94,254 00000000000096beb82e2205cb594ce62f91465d74b8a3e8c08e8b1fa1d9964d 0.00 MB 2 0
94,253 94,253 000000000003dc5c3abe10e7ed75eaf223264c5fe19f4499ee07dafe58f18533 0.00 MB 4 0
94,252 94,252 00000000000586aa97e2617e2c8837f0577089a71dea546084773b7e501bc904 0.00 MB 3 0
94,251 94,251 000000000006349c780db3e9eaff86d17eec56106e3316580d5dfc3b402d4d36 0.00 MB 6 0
94,250 94,250 00000000000367dbb358941d3974af63a76b731567efb8573cdd4d36df56244f 0.00 MB 3 0
94,249 94,249 00000000000430912ab05582dbcdce0ea6f4ab50f9575243180b43e4491a0696 0.00 MB 1 0
94,248 94,248 0000000000056e9f243cce5c493a63b417870b31273bfd64935c8d09bd9181aa 0.00 MB 3 0
94,247 94,247 0000000000011b1b6de131e75fc69761e1ec8c70d89e739363c45fe43f1c02f3 0.00 MB 2 0
94,246 94,246 0000000000014e653866502e9205edbf0939f5c48ae646f2729fe4e741fbb7a1 0.00 MB 1 0
94,245 94,245 000000000006167d76f32e5efa16d17e47dcc1727cd6b504b4f901590c4b8bdd 0.00 MB 1 0
94,244 94,244 00000000000673d640db1533a2d91c770217c3b25c925f679e49ea124e92c461 0.00 MB 2 0
94,243 94,243 0000000000090e89099f0f393278465958a5eda01d819f48da3af24802b4e62e 0.00 MB 1 0
94,242 94,242 00000000000524ae5ccee44cb55b2c99c66be21d19db64f0ce09f46e3f6dcc0e 0.00 MB 1 0
94,241 94,241 000000000008a1e8dc6379637ce3efd9579ac5ff1f6a71121baca9b3170c8787 0.00 MB 1 0
94,240 94,240 00000000000928bb39c694538bdf4728135b27df08b153a6451f34d93e7585d8 0.00 MB 2 0
94,239 94,239 000000000005ac57426b6a4f8e2b2cc6e41aa8b725922e4d60e860ef2e05818c 0.00 MB 3 0
94,238 94,238 00000000000150d4d9ca5c22280b4d5fddd6bb40e18ecca7aff5c51cb806d900 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.32 GB sent, 101.64 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.