Memory Pool Memory Pool Refreshing

3,794 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,395 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (612,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,729 294,729 00000000000000004e2855cf503f4b1a1859c1ecd6d6cc03e28edf8391f99bd2 0.25 MB 614 71
294,728 294,728 00000000000000007a34c5b57e7932d89ccf73cfa011ff0d825838a662e7a719 0.88 MB 827 18
294,727 294,727 000000000000000072c7810206869809d3a45052933c875f38b6307505906a72 0.33 MB 1,024 54
294,726 294,726 000000000000000059603b47238eecf6cf84c3b2a95525aa490d76b71e8dd53a 0.03 MB 64 61
294,725 294,725 000000000000000024523a583c31b26e0ac746f230947543ba6eebedae31131e 0.37 MB 512 25
294,724 294,724 0000000000000000079aa3328523cebffacd4655dd782b7f99520af9785e2102 0.35 MB 324 18
294,723 294,723 0000000000000000780e420455bfc3f4bd18d59ee68db39109a7eff7a6c4f2f4 0.35 MB 958 52
294,722 294,722 00000000000000006ab49e69839b4c981c89eeccc083e45667fa7e7a01546aea 0.43 MB 743 33
294,721 294,721 0000000000000000ab16e3a8243c51d2101e6dee698b9cb51bd77d404c6b9bdb 0.04 MB 56 22
294,720 294,720 00000000000000000244eccd8ed06327c2ac80e0be6b32c9486b9bdac791c4d6 0.35 MB 664 38
294,719 294,719 000000000000000018f0883e14383e332be7725ba0d1d99ad1f573d97486f4c1 0.03 MB 36 22
294,718 294,718 00000000000000003291c0afe75ec63a68c75e3f035de16300f9d3448acf4c5d 0.26 MB 497 36
294,717 294,717 00000000000000004d26ffb5ebbe5ad318c792f2ce82ba60643b170128b09e64 0.32 MB 545 33
294,716 294,716 0000000000000000127a1f2e8ea025e3ee7769b82278b055d898e12104a5221d 0.09 MB 157 29
294,715 294,715 0000000000000000a43f5d23963f994e0d386f5dc0b1a71f0fe92d6ebfa40af1 0.04 MB 92 23
294,714 294,714 000000000000000050d616034b1d326bde2a9176be24ea6fc2d12e048b1e6279 0.07 MB 150 33
294,713 294,713 00000000000000000af304acafa9b778bb9f07f78e179907ae249ccbacbe5116 0.19 MB 238 22
294,712 294,712 000000000000000080b2ad72f1f6b9794cdbd8f677095814b8814ae8f8e3b32e 0.05 MB 64 34
294,711 294,711 000000000000000039c11d000fca57c30682a8e54bf65f1831176e3e57a8d4cf 0.13 MB 199 26
294,710 294,710 000000000000000023f48026b039214a3f824ccc92b84cd56d0fa2cac00e1ff2 0.13 MB 256 28
294,709 294,709 00000000000000002621ba0bf946917e7657af22f9180ff21ff36af2b06203b7 0.47 MB 758 28
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.