Memory Pool Memory Pool Refreshing

4,517 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,804 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (650,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,371 257,371 0000000000000014a052e665e9f30ec651d66cd876cc288536637b714ea42801 0.22 MB 568 125
257,370 257,370 000000000000000235603d28d6792d09c8609e4dd9a9b4290ca5a6fcd8c2ca2a 0.17 MB 449 111
257,369 257,369 0000000000000029c2a3afe9b30db1b804ece63f9694084e6440c6404ae335ad 0.08 MB 206 108
257,368 257,368 000000000000002c58fb759e6f32dd386a4b952920f601d2e90f8e5b209d9b63 0.08 MB 188 93
257,367 257,367 000000000000002537746e9090c41e7d82390cdf0cfc4836d4862a9a6fac334b 0.03 MB 65 42
257,366 257,366 0000000000000008b29d08e4e173073b214f296dec6bc6c9bcb1a992f45430f7 0.15 MB 341 95
257,365 257,365 00000000000000076a03edf10d0b87c3b9367142ede660907139ffeab5cb4f6b 0.19 MB 430 95
257,364 257,364 000000000000000b7b47c7cb3ec0fd2905539d9b053e159d052ac6bfd50034fe 0.11 MB 283 109
257,363 257,363 000000000000001a448f136d10b60bcfd8a86a83d4330c3177137894376e154d 0.19 MB 423 93
257,362 257,362 000000000000000d2b38581519e2164e33f1c2a1435ce628b5c381fe080c97eb 0.10 MB 300 102
257,361 257,361 00000000000000299b044afd9cf8426af6d82de895c98028741d7d5311a025a1 0.04 MB 90 60
257,360 257,360 00000000000000066fc7951265e404c71cc6ec9c8262c72d4a1676349f0c1db1 0.11 MB 280 113
257,359 257,359 0000000000000015856158a8bba05c0c0cc5d2dd4308cf33ab630795964e1053 0.01 MB 19 69
257,358 257,358 000000000000002182a4250be3cdff8efcdf4f246823869f14a444bfc7f2e756 0.15 MB 398 112
257,357 257,357 0000000000000015b164b73271c3841571f5435c631223826328d2f98033efb0 0.19 MB 419 82
257,356 257,356 0000000000000014f1e20b234534d693fe48c13fc98f1992e2f7773e7bd1ce68 0.15 MB 238 117
257,355 257,355 000000000000002857a8ba4364c4f33a740c99af58f78b84395b22eff324d73f 0.05 MB 71 45
257,354 257,354 0000000000000012563823579e1c4af726bb6e793f1bff7808b8f18de666a008 0.03 MB 85 115
257,353 257,353 000000000000001cf88b2e4b9ca09c2870dbc714de2325f064a8dd873a67a5f3 0.07 MB 184 109
257,352 257,352 00000000000000212191b9eeb880d30954c7843b02fcffc923f47503a6d4179f 0.16 MB 373 107
257,351 257,351 000000000000002db6f23ee30494b464458f5dab3df22665d3c0c27a1dd05765 0.02 MB 28 17
Previous 10 blocks ↓
Total Size: 769.05 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,627.51 GB sent, 93.13 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.