Memory Pool Memory Pool Refreshing

2,419 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,958 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 2,388 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,957 (297,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
610,802 610,802 0000000000000000000cb70f16497ee4a0ecdb5f9ac61b5fd5efb81c0098b498 0.95 MB 2,044 9
610,801 610,801 0000000000000000000d9556dba9423970f01f3ad090ff5507b816e3928ba0da 0.11 MB 347 11
610,800 610,800 0000000000000000000fe97cb928fb9a9bd842984afd4df8e3de92929f99fd9e 0.23 MB 568 9
610,799 610,799 0000000000000000000dccb7117236bb5f38d7d76d830cbb8f09fb167f48a45f 0.42 MB 981 11
610,798 610,798 00000000000000000002d262f0b8d3710c0efa3eca6488f94741aab6301ede35 0.36 MB 959 9
610,797 610,797 0000000000000000000ed2fbfde83a3b7c1a553cfad13c2526296e8f4e9613a0 0.00 MB 13 4
610,796 610,796 0000000000000000000af4110440716bf1de14badc7d9f69ba4a597b6f613bf1 0.28 MB 685 14
610,795 610,795 0000000000000000000105e77ecb82b0df6447e478807712d036261f6dc9d467 0.33 MB 748 9
610,794 610,794 00000000000000000004d0ae30dd1901b940a0c939d4d8c7f5d6b6a351ede9eb 0.32 MB 628 11
610,793 610,793 00000000000000000006348536c503abc1ae532456e34b969f64e70a877d93c4 0.01 MB 18 8
610,792 610,792 00000000000000000007dbae9f24fae57a319c4a8365a0708d85c3c1197ac758 0.86 MB 2,241 9
610,791 610,791 00000000000000000010b15200849d7e1cb8a4ff87b189509b0faf11217225ee 0.39 MB 1,028 12
610,790 610,790 00000000000000000006acd45e115ab5dacb7349fce807d62635f737cd156f77 0.72 MB 1,803 4
610,789 610,789 0000000000000000000871bccdbda2d866716f1443cd288398d35be1321e07a9 1.35 MB 2,747 13
610,788 610,788 0000000000000000000215460c7fe60249152415b2fd2880202233b38911b88d 0.05 MB 131 8
610,787 610,787 0000000000000000000a215f2c348b39e3841e9d5c75923f2e984e64c2f49bce 0.27 MB 562 14
610,786 610,786 000000000000000000123345a1a667cd6561e9e72306f1ca8f56ea4f69f85a60 0.51 MB 1,055 11
610,785 610,785 000000000000000000130ab67cbe166d86e51db31b58720662567ac71cfc8ef1 0.20 MB 407 14
610,784 610,784 0000000000000000000c85009ddee78c6ffc73e0f2119703a46e437048c593b3 0.00 MB 2 8
610,783 610,783 0000000000000000001193785e81d7a82b9635cc2ffd14f7d7fb9c8ae62e0313 0.83 MB 1,600 9
610,782 610,782 000000000000000000109617fbfe4aa7ff3645398b13b34713559d15d950af70 0.87 MB 1,494 8
Previous 10 blocks ↓
Total Size: 769.47 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,646.23 GB sent, 95.28 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.