Memory Pool Memory Pool Refreshing

1,938 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 1,915 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (678,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,535 229,535 000000000000012822af674e01c0f1997231d52bf8db9f1e59ca1f94481ca9be 0.25 MB 740 196
229,534 229,534 00000000000001aad1acfb70c8687b84c11149e6956ec259f4285ba767b113c4 0.05 MB 153 438
229,533 229,533 0000000000000253353dac710d24362d56a4c5f2fd884d53a40978ddc6707be2 0.13 MB 227 152
229,532 229,532 000000000000024d2adf47fedca97c06e8cb204c423fe653b9da721f81a80583 0.19 MB 423 170
229,531 229,531 00000000000001e01f9381b9fdac92d192d498fab53eb61aa13e0a9cb7b535bf 0.21 MB 420 155
229,530 229,530 00000000000000b83fc05e220d973e2a174b516a8cae948a1730dcad2fe3f8a4 0.08 MB 110 107
229,529 229,529 000000000000023e31c9a880173216f60935ec9b78f220f3a5bbeddc1cbe8b2a 0.45 MB 994 231
229,528 229,528 00000000000001ede60fb50acd75e75a0fd303bb5f86f49a0d0d5c6791aacfb8 0.20 MB 456 180
229,527 229,527 0000000000000005a4da67b04df3d1aec9d7b5e9c0e320076a2e2b28fb6a90c2 0.17 MB 344 177
229,526 229,526 0000000000000086409325600339e89dfb125c429ea90f96a690ccfac1069c6e 0.23 MB 630 203
229,525 229,525 0000000000000004ab66d41bfafdbeeeb9a1bec8b05594bc0e9e98abf3616695 0.33 MB 711 205
229,524 229,524 00000000000001e55396c7649e2c931bed4f0ea8b41fb9b066c49b6279d48a36 0.15 MB 270 127
229,523 229,523 0000000000000234972e5303f787e931bcb20200a3e32f1b01b5b6058f142683 0.15 MB 397 184
229,522 229,522 00000000000000e59bd6bd218f5fd06b121473c30c23d00395a84ec43465329d 0.19 MB 520 125
229,521 229,521 00000000000000f442927abb6b819d19b21facc55de0002a48480f07c15517e4 0.22 MB 473 160
229,520 229,520 000000000000007041bbcfde2b71b6612a72f711ba520622e66bd075cb6bb77c 0.25 MB 641 208
229,519 229,519 00000000000001636e7e23af5218d650b935b13bcafadbd259a0a681689f89e2 0.26 MB 303 105
229,518 229,518 0000000000000265e4af8390e86f967aa3cbbc7f1bc627c0361ca7c8672d973a 0.25 MB 418 161
229,517 229,517 0000000000000095bcc0700d811f6e3e5bb739484ee5e830a10c196cdbd4031a 0.47 MB 1,031 265
229,516 229,516 00000000000000cfca449755df99a7817ea8b84e19a43a6d5419d00c5ecc693f 0.50 MB 1,354 214
229,515 229,515 000000000000016ceb06fbddb00d389a55237a78803e6670cd1ff3250c3e889d 0.15 MB 212 714
Previous 10 blocks ↓
Total Size: 769.10 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,629.05 GB sent, 93.40 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.