Memory Pool Memory Pool Refreshing

8,391 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
883,108 0000000000000000000277260000000000000000000000000000000000000000 1.00 vMB 1,271 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 883,107 (775,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,150 107,150 0000000000013d08485d11abe1827d738f8e98f6dab25706543a7342c971c4fc 0.00 MB 12 0
107,149 107,149 00000000000128c88494c1a7c460d99b2100d8691f67b11e9ffd363a4377d90f 0.01 MB 12 0
107,148 107,148 0000000000019b02bd24eb54b2cd1f3e89739533f653045811d50aea20c7ea0b 0.00 MB 5 0
107,147 107,147 00000000000004455c5b1591f35d09432a32ec4898f7bf04513b961a4d59d110 0.00 MB 7 0
107,146 107,146 000000000000f2728635736082a44b912db56b0fcd988c9dbdf181bb23501f1f 0.02 MB 77 0
107,145 107,145 000000000001efae2a5d51c808d5118e196544148fed0525726ca1b239c05c48 0.00 MB 10 0
107,144 107,144 000000000000dfd7af8e2a4536f999628ef8c249a74b98813e4290fcc4d044a8 0.00 MB 11 0
107,143 107,143 0000000000004f73e252fc56bfcd421df3a8b41550f3818e38f57a62d50c390b 0.00 MB 9 355
107,142 107,142 00000000000186076e6d2bb4f47a0830bea61e16d0921130607b3d5c0ad943ed 0.01 MB 15 0
107,141 107,141 00000000000271b20bb05702a0880d2e2ab6dd14aa14bbce5ce7e155a4216e61 0.00 MB 12 0
107,140 107,140 000000000000ee269857b7228242d713e35036f080c7e5f3be979bebb6c54dd6 0.01 MB 33 0
107,139 107,139 000000000000b0821bcada22ecfac2e7f46a9e1ae688f0b784ebe6decaa3f9bb 0.00 MB 1 0
107,138 107,138 00000000000017c79b0df2ca780e30b9313afebcbb5935724f8e4ce47ccaa389 0.00 MB 9 0
107,137 107,137 0000000000009427696d97932b57a9d39ff0839088a25eb48caf4370029414ae 0.00 MB 6 0
107,136 107,136 000000000000ebc00c40caa33c1b286323ca6f34c0166daa8cbeac786dc222ca 0.00 MB 2 0
107,135 107,135 00000000000230cb0826e4dec6ea1b17750c82d939acf9fc6b53c65b7543271b 0.00 MB 2 0
107,134 107,134 0000000000026ce848e13e7c3c08ec524fdd5a4fdd6878a5815044ecea596ee6 0.00 MB 5 0
107,133 107,133 000000000000a0379b3139a74b9ad6671dbfd913f31dcae7b8058d0054b883b2 0.00 MB 1 0
107,132 107,132 0000000000016ec4aef4135248bbc5ad026a2eda31c646c0926f201461cab702 0.00 MB 1 0
107,131 107,131 0000000000028348ebee5974d999a9b7118d97856b7035d23e2bc9e9fe2aca15 0.00 MB 1 0
107,130 107,130 0000000000019ac3e92e48ff48f27924579548f785ed67a3752eb343326e5db6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 724.70 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: 2,270.83 GB sent, 86.34 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.