Memory Pool Memory Pool Refreshing

3,555 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,003 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,790 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,002 (191,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,670 716,670 00000000000000000008efe5a9bfc157bc567cc959fd51620c035a380cba5d81 0.99 MB 1,492 8
716,669 716,669 00000000000000000006ba7428c88e80a73f1444ddcb259800d17d078683f9a6 0.19 MB 257 11
716,668 716,668 00000000000000000002108f5b28b12a390f998d05acadc28bac03edffe26a24 0.48 MB 992 10
716,667 716,667 000000000000000000088e462fd10ee2701e53616530e92b6f409ff0390ef660 0.75 MB 1,151 12
716,666 716,666 0000000000000000000118520b2fe61d647560905249f00074a36887a6c481d4 0.41 MB 553 10
716,665 716,665 000000000000000000066bc0e4d8396e456bbd01f512276289ceb78edcc15367 0.52 MB 349 11
716,664 716,664 0000000000000000000019a0c500d6c1e3ca78134cbee9d878087197905595ef 0.09 MB 158 11
716,663 716,663 000000000000000000027c1715e1411265fab7ab6ca429ededd21f758439cf30 0.63 MB 1,205 12
716,662 716,662 000000000000000000047b9f7ddbc156681bd8046a5e5bcd97dcce4396ee6a74 0.16 MB 350 12
716,661 716,661 0000000000000000000b67e523f6b8cd614d1246c7b7ae5dd576b8b2b15ff73c 0.01 MB 48 7
716,660 716,660 00000000000000000001a18dcd7190b0e7746bd0e2749300fb941b451a9450a0 0.42 MB 679 11
716,659 716,659 0000000000000000000729d0879d8777be952a098894bf5b6dd2c4662e11de30 0.01 MB 12 13
716,658 716,658 000000000000000000019b512dcba7f594aef13840945f69dc57c814263135c6 0.03 MB 43 15
716,657 716,657 00000000000000000006837ca00398417d54449124b2b9fbe2e8af726f577def 0.17 MB 323 9
716,656 716,656 00000000000000000002081444dc789e528ada7a8a25af75e2e7d270db8e6eae 0.14 MB 220 8
716,655 716,655 000000000000000000038298cd420bc3cd057bc44abc7fd5c2f8ebcc0f815560 0.04 MB 95 7
716,654 716,654 000000000000000000019be838e1fcca08a5d214195314701a944c2b2cf254c0 0.12 MB 106 7
716,653 716,653 000000000000000000093acd815e0542a8121e4451d7c290b5fcf29f8260aa5a 0.74 MB 705 8
716,652 716,652 0000000000000000000b16e12f964600505c69043f87db93985af1ce96c1dab6 0.10 MB 38 6
716,651 716,651 00000000000000000005c3428ecd3952aab127f8d207c0118785d67907f13659 0.27 MB 269 6
716,650 716,650 000000000000000000057f22e738303a91ed2fda4bdfb0f5d7347b2af4105bbb 0.00 MB 4 3
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.