Memory Pool Memory Pool Refreshing

1,766 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,742 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (532,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
375,862 375,862 000000000000000006021b20dee7c82da84c690a724e8639500853fbd77e71b9 0.11 MB 254 32
375,861 375,861 000000000000000004f3063527120782fa1b0879b55854621b039799b012ebb7 0.28 MB 628 43
375,860 375,860 0000000000000000085c857e862a6b27f6fe8c0d35d56ab14fcb4753479dff5e 0.12 MB 275 37
375,859 375,859 000000000000000002683a1ffb5d80902bc3bf25e04a55a1673914406e08424c 0.36 MB 715 37
375,858 375,858 00000000000000000c66687a5d47e027bb56eac0c829bc9be9e4d2d7f580d085 0.31 MB 615 38
375,857 375,857 0000000000000000103e5f11c8eb3afccb2065074251a36b09b4587046ec7db2 0.36 MB 732 40
375,856 375,856 000000000000000005d8e61968dfed3ce221d65ddb0543cd2d3b0411116c417f 0.55 MB 725 23
375,855 375,855 00000000000000000418af352e3360520b10e973f268119b714f376700f8f9bf 0.06 MB 148 30
375,854 375,854 000000000000000008118c78be0b89053e891467fc22f07695c0b1dd23138832 0.60 MB 1,249 38
375,853 375,853 0000000000000000002208e2449336c094bf129259fa571e4e1616242a586230 0.44 MB 1,177 44
375,852 375,852 000000000000000006910b353de0b9fbcb2eac725d21dd6593e1a846ef85a1e2 0.24 MB 392 28
375,851 375,851 00000000000000000e26b2e2bc28ce110dffebb04ae98e2f46ad399bd184bf2f 0.00 MB 1 0
375,850 375,850 00000000000000000221927d713a7350b72d9693776de840e43c6a96721a3b15 0.95 MB 2,298 44
375,849 375,849 000000000000000010827a517fdd41699491f490a94d979dc547775fad11c50e 0.06 MB 77 26
375,848 375,848 000000000000000007101e0de652dff6ea93ccc64101569708b1400f79422244 0.02 MB 44 31
375,847 375,847 000000000000000003155b3b17345da6f9db76fed7c6f27e416d9e9f5a7892dc 0.28 MB 400 19
375,846 375,846 00000000000000000f26a393e87a120a0f4361f02945947aa8bbe3e0aae8c995 0.93 MB 1,940 40
375,845 375,845 000000000000000001a99f25140cd1949270345b528541a1ac17a1edd25caa73 0.95 MB 2,006 47
375,844 375,844 00000000000000000c76495c40da2c0ce486fb08688bba068eb65770b5779cd3 0.15 MB 300 42
375,843 375,843 00000000000000000da25218112cccbedbd118b138a79dee3e7b33ec001d9880 0.39 MB 840 40
375,842 375,842 00000000000000000210045a8edbe974fdd11f1554f551cb5e85fbd9d3c05857 0.21 MB 358 30
Previous 10 blocks ↓
Total Size: 769.28 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,635.55 GB sent, 94.33 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.