Memory Pool Memory Pool Refreshing

5,501 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,040 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (696,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,861 210,861 00000000000001ea025b14dc2e09466441e48f9bec75c13457ad20b97e8d8004 0.25 MB 854 253
210,860 210,860 0000000000000308b8765a8fa038dac4c844f70f538dc6db430ee6f4abcdf30b 0.17 MB 509 182
210,859 210,859 000000000000030ab883a5832e399fd1a0f1f1abd30fb2683f11b988a7a1f4fb 0.13 MB 322 177
210,858 210,858 0000000000000153c87732fc5b39e3f7855d3ecebe75346d4a8e423dec8def10 0.00 MB 5 30
210,857 210,857 000000000000036996e3d5313603fdad496b6b1e08cfcaf79385d342b2e4b357 0.01 MB 12 119
210,856 210,856 0000000000000087440c4109e8b69aa12ba39c9f7d537ecbf40f28f010ae2032 0.02 MB 42 146
210,855 210,855 00000000000001b8fe4e0f3fbb08403407482a1ea298ea1ae427c0f07ac0f1d1 0.00 MB 2 61
210,854 210,854 00000000000001ac9c5afbccd8e683d89fcc9e5a47d3ac0e8caab089ebcda13a 0.01 MB 28 287
210,853 210,853 000000000000024fd63743bfafa41e63d744ee99c04212e5af1541f65e26c66e 0.19 MB 408 119
210,852 210,852 000000000000000d313799c2c62cf038a65ce58261f8e561a9a8f731b2cd43f7 0.05 MB 86 93
210,851 210,851 0000000000000012861ad40464c0886c1dfe5f58a3738682c69207ca82fed4be 0.17 MB 381 250
210,850 210,850 000000000000023ad2a40bed48d707f53fc32b115094d5efbf24b060dfee4c45 0.05 MB 151 228
210,849 210,849 00000000000003d7e70fd09ec0aff1b4c6cca86c6973bb44dc88c4654dee7797 0.01 MB 8 127
210,848 210,848 0000000000000323ea645cbf4ef11e1eb3300128d3c1c843d5290373cf89226d 0.15 MB 292 89
210,847 210,847 00000000000000bed522b937c7491fedbce56fc99ce8b3854410021dce860e9b 0.03 MB 64 129
210,846 210,846 000000000000029c447f13aa2c45c4a928a9269523e56620a489ce010d0f2c92 0.14 MB 366 202
210,845 210,845 0000000000000162c92716aef56eaa19a5565e54516cf0b6010d19a18507ba67 0.02 MB 23 97
210,844 210,844 00000000000003ddd47b54f256f4a1375425e9eac9b114f14339126921c370be 0.05 MB 91 96
210,843 210,843 0000000000000383da92052b04011322ec7d7088801d5f01b859fafe36e6c9e5 0.22 MB 502 294
210,842 210,842 0000000000000228ff0cc66b18db621f64096cd3f4b5aec9bb7a3028fa1bb56f 0.17 MB 377 216
210,841 210,841 000000000000026d8e78796259d5a0194539c3abe21b0bec42c9ac53b709040b 0.03 MB 82 97
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.