Memory Pool Memory Pool Refreshing

6,974 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 19/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 3,313 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (874,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
33,718 33,718 00000000b09e7d719b4c9536abee6fba17902044db38a24eb6c22c7b9536e112 0.00 MB 1 0
33,717 33,717 000000001fda58f4bc5760303a5943e4701108faec3f53f88a8bf5e22f3ff597 0.00 MB 1 0
33,716 33,716 00000000121d7548f930ecf4d2123509d6828731fd433d6feef2d65b340ae0ee 0.00 MB 1 0
33,715 33,715 0000000048dff96bae92db3da0bd5124c02595ee8a909334308f8b0f5546bc3a 0.00 MB 1 0
33,714 33,714 00000000501827fc7096325db9c53852bdaf385ec5b105cda395a06ab88f0ff2 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.