Memory Pool Memory Pool Refreshing

3,341 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,378 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (359,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
547,898 547,898 0000000000000000001a8398ed543b61ebb18678fc1b4bf7f11c42f25e34b1fe 1.15 MB 2,206 7
547,897 547,897 0000000000000000002698bcabc286f06ac22d2c3f33e4867ea5256a3023be38 1.17 MB 1,422 16
547,896 547,896 00000000000000000003187b2f3289c2ff1e26376eed7d4b4cdff87709d4ba59 1.29 MB 2,340 10
547,895 547,895 00000000000000000000b41e9cfa3c1725fdd5097fea6dd1daaf0219280c090a 1.26 MB 2,714 15
547,894 547,894 0000000000000000001f45003a28138a23e5ca6ab8314eddcf2c40a8ad065755 1.27 MB 2,159 3
547,893 547,893 00000000000000000019dc91e10964ae4771db18fe9d3b0f7b900f46a2f8cbe1 1.33 MB 3,160 22
547,892 547,892 00000000000000000010b792ffe658158c3fd5033be33e9fc1b2675dd1d69be7 0.13 MB 350 19
547,891 547,891 000000000000000000026dc974e457b901a8671e17c4acfc955e6ec8e8563824 1.24 MB 2,748 14
547,890 547,890 0000000000000000000917f0b4167d968b5b0b183e9f32ddc4d4f8ec05ccbca0 1.00 MB 862 2
547,889 547,889 0000000000000000001e4ce1d8dbf9834fc9f64d401ab5b94c7b92033b1a7ce0 1.17 MB 1,626 3
547,888 547,888 0000000000000000000be6196a89fdc3345c4e780e3232ae90027775fee3ca27 1.17 MB 2,212 4
547,887 547,887 000000000000000000083625571173369ebfe0a851a5564e1463d1fbd7077712 1.16 MB 2,738 8
547,886 547,886 00000000000000000027065b42895e155acb11e277a92814a4174402c8c247c8 1.53 MB 3,053 12
547,885 547,885 000000000000000000169806d4121293e286186879e5e23ca52a3bd6d1f1b1a4 0.93 MB 1,639 19
547,884 547,884 0000000000000000000889d7e0d99ded4b2ed6fbf11b501e61a9c83e7b1a9e09 1.38 MB 3,249 23
547,883 547,883 00000000000000000020f3d3ed9c8b5b103f25dab3be9e4ab29d2ec7bfa6453a 0.45 MB 1,104 20
547,882 547,882 00000000000000000023114ae5ea341ae49c981150882b63269105a0a2d54d9c 1.36 MB 1,365 8
547,881 547,881 0000000000000000001537cf0924df6881e02989f7524164cb56c2b5740edb7d 1.00 MB 2,478 7
547,880 547,880 0000000000000000001051c321a9c0fcfd63d693a2fe86b78c7c23811ec0f6f8 1.31 MB 2,091 8
547,879 547,879 0000000000000000001948f8b330a99f8a0359e581bead24a98d4858428c2216 1.39 MB 1,835 7
547,878 547,878 000000000000000000201ffef8b9f7615edff75546b2616871609ece2bc2d66d 1.26 MB 2,448 16
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.