Memory Pool Memory Pool Refreshing

2,621 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,971 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,620 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,970 (900,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,299 7,299 000000004640dd3b6c10b78a610bdb58b7a37108a9b74c50d6440e2b64cb9b44 0.00 MB 1 0
7,298 7,298 0000000014e7358b03c1d8d38c74df6ae5bc635a1936ac2779c8e7bbc1260035 0.00 MB 1 0
7,297 7,297 000000008a16f9001325cea3b64039be951b922e2548499737fc121306bbef83 0.00 MB 1 0
7,296 7,296 0000000054937164d49eaaf404730c7c35377f2815f917a2ef9a7ef717737ff4 0.00 MB 1 0
7,295 7,295 00000000927db1eace275472e2c24d3ef7975758069dbac93f3e452bff4075f8 0.00 MB 1 0
7,294 7,294 000000000ca0574736201b901abdb4f9dd2b9a6515e3e9a93fcea95670f38dba 0.00 MB 1 0
7,293 7,293 00000000c65b458c612958d1ada83f086cc1c0bd9a75dc15630857e842609432 0.00 MB 1 0
7,292 7,292 00000000d1de2a3f2dbdafb4695675917ef357570d2a79be1e3c37818a38f034 0.00 MB 1 0
7,291 7,291 000000002f9a0690fe60aa6111258c49c9ea48ccc3ca7f3d9684a35677ebfd9a 0.00 MB 1 0
7,290 7,290 000000002a328821dc9296af7ee9c723cdd44a5a58dbd0ca2a032efc52712c48 0.00 MB 1 0
7,289 7,289 00000000d74790381c24c4a617921091bd225a48c6a7145e7600b52ac0db32ec 0.00 MB 1 0
7,288 7,288 00000000822428dbfc0d8a46ac268909fd5bcf47057a386bab613336a5f6f6f9 0.00 MB 1 0
7,287 7,287 0000000072d663f7274a6232b84e45bbc9272d52e1a88901749b6f79531092ac 0.00 MB 1 0
7,286 7,286 00000000a55109f40d3248952445f823ecf316905693e0724e87e52a62d1ccda 0.00 MB 1 0
7,285 7,285 00000000c1ce5aa35fb7732feb308969005173797b270b39790d32892eea7cff 0.00 MB 1 0
7,284 7,284 0000000003339b4c239e4c4a5c0e49a89e91da9482f575f432d3db7329470772 0.00 MB 1 0
7,283 7,283 000000006ffb9188ef126ff462598687db7832ec71041d3b90e0b559e8d00bbe 0.00 MB 1 0
7,282 7,282 00000000dc647e1a8dab876039d77f9e54561b6996bc4bf63f7398cfb19d83fc 0.00 MB 1 0
7,281 7,281 000000007a6f495d4f7495b8f36266822d741415acf0ceb3729f8863ea8e6567 0.00 MB 1 0
7,280 7,280 00000000ab56cdc9af24b07edd56b6f8fe77be5abb859b481d03f1631dcd914b 0.00 MB 1 0
7,279 7,279 00000000bdebace782e92206845942b7ff4c89071b3a7bba584a31d8b6d6c505 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.49 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,646.60 GB sent, 95.39 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.