Memory Pool Memory Pool Refreshing

6,587 transactions
3.10 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,796 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (874,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,739 33,739 00000000a72446df8490645c2ffcc29d7d5f3876b4bab8145ffc5a17d1aea4dd 0.00 MB 1 0
33,738 33,738 00000000866acf680021e5e8c50c1bf6e35f2d74b390a2db83aee269e325fdd6 0.00 MB 1 0
33,737 33,737 00000000d13c53d729ec82b847357f6dd9c665a81ce3b422e77026b6fd519979 0.00 MB 1 0
33,736 33,736 00000000c90edbe7155503dd9b7d592d3d7d84080967f373595d8f0864fec0e5 0.00 MB 1 0
33,735 33,735 000000002c99c3ea1c196af7ccac9c6c81a58b7ec575c7a790ed2f6e7eb02ad9 0.00 MB 1 0
33,734 33,734 00000000a12d47faf62a6e9bc372fd6a1866150d294392aeaeafe98f7cd2cabe 0.00 MB 1 0
33,733 33,733 00000000af5cf26f38753beb79e444186d7aa78ba6e194e91c6e04ea2287a251 0.00 MB 1 0
33,732 33,732 000000000826eed89046beec684c2fe6cec653aa552b35826493e01c3cb462ae 0.00 MB 1 0
33,731 33,731 00000000269d748d3c429a4cdd8a6edbede320ef7c2894dbed88bde9786b263b 0.00 MB 1 0
33,730 33,730 0000000039dec064da8d3d9d41dbeba2ba3b7a47899e4040a55bf3b1d1643a53 0.00 MB 1 0
33,729 33,729 00000000d04e7b04274b3d81310caa1d40f7a5475a5f25e3795f8f88129e6492 0.00 MB 1 0
33,728 33,728 00000000aec79033a029889eeebae78ebcd8a2f3dd56994841e3cb69ff083161 0.00 MB 1 0
33,727 33,727 0000000028205a310a29bdae33fa3c17ed33eb103fe9c02f4865a7ab27cd459b 0.00 MB 1 0
33,726 33,726 000000001dc6573b36a840784cf123ad10add21c8cfa5e097e309b0f69e0a864 0.00 MB 1 0
33,725 33,725 00000000449961db547bdac2ca69c7464126f305a87b8d6df1f9a0c03719e6d0 0.00 MB 1 0
33,724 33,724 00000000c1c4d1f5201d5695b53ee07e6ab653bac9b37b695853289b31ba0a6f 0.00 MB 1 0
33,723 33,723 00000000b1bced63100789868bdb0760cd34eb77ffeb605716dd56980f40a54c 0.00 MB 1 0
33,722 33,722 00000000618cfd6ec7f66235b4d2f2984bba353e7ef84648f8a306dcc56f3676 0.00 MB 1 0
33,721 33,721 00000000c4aee60116575d3991910ca02d0cec7bfae2eb7c72994b3776cce172 0.00 MB 1 0
33,720 33,720 00000000d007ccb9fe0e6a645f27345301ebbf73cdd76831c4bfcee35b669eec 0.00 MB 1 0
33,719 33,719 00000000444618f9098f29a87b1da8f4e055187e182f847c28189ee579babf46 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.29 GB sent, 101.94 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.