Memory Pool Memory Pool Refreshing

12,273 transactions
4.17 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
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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,023 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (36,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
871,188 871,188 00000000000000000001d19572f08f6d119ad15b051c4bf0e01799eacdd368b7 1.50 MB 4,349 16
871,187 871,187 00000000000000000001a8e9652fb228df66b8c70eb9642a0b4ce25b87cd5417 1.51 MB 5,236 14
871,186 871,186 00000000000000000002563e2fd09e091030986cf5915e2621031aae8943b3aa 1.63 MB 4,925 6
871,185 871,185 000000000000000000024462fca651881806435bf37f02452094cbea9ec26501 1.58 MB 3,412 4
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.