Memory Pool Memory Pool Refreshing

3,318 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,171 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (852,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,297 56,297 000000000a0b311bbdb19a7213bcb808e403c2569cc4aa69dd83c9d4b90485a3 0.00 MB 1 0
56,296 56,296 0000000003becbfef4aeae3396d5a5afdbfdedd536c6faf4adce822436b5a8f7 0.00 MB 1 0
56,295 56,295 0000000003d325bd261e46fdf74bab23a74db447ba578fbd1582f2eb39d4edf4 0.00 MB 1 0
56,294 56,294 0000000002a6ebf2aa0b277d57dab5249de0052b86c6e6f25cbaf7a75055acf0 0.00 MB 1 0
56,293 56,293 0000000008c6016d084b07d207cbf886e29df4e38907398f84606c424d0339cc 0.00 MB 5 0
56,292 56,292 00000000042de129cbf4f491ca7bed958e395b716d31caae3983dc9fbd8aad1a 0.00 MB 1 0
56,291 56,291 000000000e2375b97dcb25fe085741cf14e4787b2d8f596298ce2e88cddf1a74 0.00 MB 1 0
56,290 56,290 000000000619285e93229c6f5eff10007817917c64539f246051e2311a804487 0.00 MB 9 0
56,289 56,289 0000000006e769020fe19fd070a5a1f9fb13300376a48e9f3e043b2749480e00 0.00 MB 2 0
56,288 56,288 0000000012f7062575aa083521cc14f6c6374b335a00023134c2f6cfce445ad7 0.00 MB 1 0
56,287 56,287 000000000eb32a52473688ce64f006064b89e56e91aa7c4eae3ba5c8bdc5e28f 0.00 MB 1 0
56,286 56,286 00000000138f8c7300cecf5a1eb61a78483c02cf97b56d8a37f33f7cd05efd06 0.00 MB 1 0
56,285 56,285 000000000cb62ac749a742a87185bd56f06372c27591b1f35111855620ffd9f4 0.00 MB 1 0
56,284 56,284 0000000008070890022f89416a1a5d90c64974aad01c2ada293e1906366bc094 0.00 MB 2 0
56,283 56,283 000000000c2eced2230bc3bc2dcdb2e4172520c9c28e8e4399ee1a1d017580e7 0.00 MB 3 0
56,282 56,282 0000000002868a52dd13943d2b3ccee93eb1e08e0944081d64e5bfb4f6381c25 0.00 MB 1 0
56,281 56,281 000000000143143a52a86874bfd3620b37b828d50ecfc11716931599e770d125 0.00 MB 1 0
56,280 56,280 0000000013623f65c54815ec9e3eeb968f1bad53069e5453dd73dc78dcee77e2 0.00 MB 1 0
56,279 56,279 0000000003b2b4ef714af1465ff9e212a21c48c0838063689b99b304d1b2d507 0.00 MB 1 0
56,278 56,278 0000000012cef20605c64e1ae6c9b0d49977d3e21438705bb340ef4da273ef61 0.00 MB 1 0
56,277 56,277 000000000a00545050b4824102e45edeb29d388352a6e8d939dcaff01644c97b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.62 GB sent, 101.73 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.