Memory Pool Memory Pool Refreshing

6,911 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (36,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,209 871,209 00000000000000000002b586563a2eeff1630601579e331fc6afb0b3ff48fdd4 1.50 MB 6,036 12
871,208 871,208 000000000000000000028b5c9618396b2cfe676f1080fee0e2ff8692dfe949e8 1.51 MB 5,861 12
871,207 871,207 00000000000000000001950aefdc4df4cea01b16d22574b50192d004302af42c 1.58 MB 4,855 18
871,206 871,206 00000000000000000000412fc338eb2f65ea76f2d587d7ab7869bbd06517b99b 1.54 MB 5,292 14
871,205 871,205 00000000000000000002249cca582b5e14cd8d37bf296f57956de93360854cf8 1.56 MB 4,783 17
871,204 871,204 000000000000000000023d87af8058c6ca2ac279c810a3dd56c4df3faa6952c0 1.52 MB 5,592 13
871,203 871,203 00000000000000000000b1e10a7a2408fdfc7f19182d35f6a5b10a02f04397a9 1.56 MB 5,545 11
871,202 871,202 00000000000000000000a5cd53f6584a31577fedc8b64fa37667e126173971be 1.57 MB 4,365 13
871,201 871,201 000000000000000000004654b9a732abf03caacb68a926a5f70d026e6db9e85b 1.56 MB 4,407 18
871,200 871,200 00000000000000000000b8901ea71a17cd3289c50da33ff7e73c9a3e6fecd83d 1.49 MB 4,138 7
871,199 871,199 00000000000000000000977fcb1c553dca69b67cdddf7b290cf3b1eeb16e11e2 1.49 MB 5,931 10
871,198 871,198 000000000000000000022741a620964c64160fe7ba1440529fee31c6925e4c99 1.59 MB 4,787 12
871,197 871,197 0000000000000000000111f6fd8d6651fa9bdb68e03b6ac7a72550c516d4be36 1.58 MB 5,441 10
871,196 871,196 00000000000000000001c6c32d63c20b4064e0d6e4766806de9ce2ef168f576f 1.55 MB 5,046 10
871,195 871,195 000000000000000000029c3e688900cc4b4f544b6797aee166c9658e55ca2dfe 1.66 MB 4,090 18
871,194 871,194 00000000000000000001012884d8a31112a4eb926bc4f9a45c0d209e0e5d9c15 1.50 MB 4,225 10
871,193 871,193 000000000000000000015ff6d56c17c5cc2b6e6f5f17d00683ec39ee0376eb0e 1.48 MB 3,476 11
871,192 871,192 0000000000000000000029ba4433fc03d77bffcc592e5b0f2ee02dbe060e224a 1.56 MB 4,938 9
871,191 871,191 000000000000000000028bbc47ac5a6e479d2af0ca29dedfcee777fe98211b7e 1.51 MB 5,477 9
871,190 871,190 00000000000000000000458e01739ce2402cdd1f50214b2f7c2fe60030fa2ce8 1.58 MB 3,911 16
871,189 871,189 00000000000000000001d948448acae8b9eb16c78110203d11dac6bb95e8c486 1.54 MB 4,821 19
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.