Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,893 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,704 (852,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,302 56,302 00000000066b38329f6e0e481d119b73a25988295f1553d9120d8e4906da5c6a 0.00 MB 1 0
56,301 56,301 0000000010608c56ca536e97357c1f34ca60c225c6cb208a31b6610130c17528 0.00 MB 1 0
56,300 56,300 0000000008e02aa869d860f52b7cf9a75d8c6598163ca7a9d9b51ad0592cc631 0.00 MB 1 0
56,299 56,299 000000001079c679bd09b0466cf32271981cecb6d90f301cf9ec548c0bbbe209 0.00 MB 1 0
56,298 56,298 000000000a452d4fe5c4942e4458e86bcf9b2a994c7356c5224dc9d9ba7a8c9b 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.02 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,854.48 GB sent, 102.00 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.