Memory Pool Memory Pool Refreshing

9,822 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,084 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (621,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,222 286,222 00000000000000016021d2541a594d5d74113b4e708a7843da9d77c561f906e2 0.04 MB 72 38
286,221 286,221 000000000000000166cbab70585d68acc3b5b8024864111f171186264c1d5a79 0.34 MB 583 28
286,220 286,220 0000000000000001585234dff70b3b9ecf7994b69229aca86e085ac318471a3d 0.06 MB 203 87
286,219 286,219 0000000000000000942acb1343aca45d444b0a95e05032d492f0f5c8c3436252 0.03 MB 64 43
286,218 286,218 00000000000000011da04f7e88726df64c0e01407bc7728f3527fb9e2026711a 0.22 MB 431 36
286,217 286,217 000000000000000085752df77aa15a8724c8e0bcdcff5116acec72db326de66c 0.19 MB 426 50
286,216 286,216 0000000000000000e1b6a2482dfba492dfcff6295d052800feb328e080315bed 0.04 MB 37 10
286,215 286,215 0000000000000000e800cc5882a14d362787ba38fe0a0965f90a6ac311949dc3 0.34 MB 760 42
286,214 286,214 000000000000000062ace9066cc7bfdd2b82aaef44ac4edb51e512841853b633 0.11 MB 196 33
286,213 286,213 0000000000000000914ac10caf975e0ba8b56a438bafc060fadf7318dafbe4dc 0.22 MB 519 43
286,212 286,212 00000000000000016311ddc493ed98f1beab7d9a5b991351c660075b2e6a0217 0.28 MB 637 52
286,211 286,211 0000000000000000a7e8073b528c36247396cb760c0c6fd1e556fa878bcd213b 0.06 MB 146 52
286,210 286,210 0000000000000000fbc3df4cc0da32f862f174d843fb23c98006b79b9c781b20 0.30 MB 457 26
286,209 286,209 000000000000000087e4e2f178c86c6802f0f22c83e00edc59eae7694fe92b59 0.35 MB 1,080 59
286,208 286,208 0000000000000001978b817e965997372ff7145f430671b2f7a4e4ca380ee836 0.35 MB 914 51
286,207 286,207 0000000000000001471067894a2ca03f1cacfc903da3d9e7625060138f8aa6ee 0.03 MB 53 13
286,206 286,206 00000000000000002ec72967bbd8d5e80df7722ec2d7a79cfe68892a36a7a8a7 0.03 MB 84 69
286,205 286,205 0000000000000000f283a596c48ab373fab17fb5f11b9220ba753d189a420de1 0.10 MB 192 31
286,204 286,204 0000000000000000b134d17a99f426b7fddc837fb623cc1bc20eb5331ba66642 0.31 MB 582 33
286,203 286,203 0000000000000000860990bd046f2d7635cefc0519aaef94c3251a448e4df5e2 0.24 MB 481 41
286,202 286,202 0000000000000000cfef544b24af88f6552deaea28be61cf96b10d5ccefb576c 0.13 MB 284 34
Previous 10 blocks ↓
Total Size: 769.03 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,625.66 GB sent, 93.04 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.