Memory Pool Memory Pool Refreshing

2,091 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,791 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 2,091 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (244,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
662,868 662,868 0000000000000000000e3e0007ec7fa253d161dba5ca70e692b4936d6cdf729a 1.32 MB 1,768 64
662,867 662,867 0000000000000000000454c0ce7721bcae33195c145f51b2a8e4a12afdaf272a 1.33 MB 2,209 136
662,866 662,866 000000000000000000063e78cb524332a0bb5d6cf2c9d6679da24071b6546c17 1.37 MB 1,315 40
662,865 662,865 000000000000000000054d9fdc97adceac510a3b9deeefab283ebbb7b303bf7c 1.16 MB 1,709 21
662,864 662,864 0000000000000000000b3aeb8f9fdcd50ba6997bedbb7db954bdd7c7aee8d014 1.41 MB 1,607 40
662,863 662,863 0000000000000000000ae709083d84ab2569a3a70dcef66e8d16e1851e111195 1.27 MB 1,951 30
662,862 662,862 00000000000000000009a7a1d7b8cf6f37d8817e67febae3783d626379473055 1.42 MB 1,409 39
662,861 662,861 0000000000000000000d1dc5b6d21f2ce7e094994728cb81fb29d11d2cfa1b11 1.28 MB 1,833 39
662,860 662,860 000000000000000000057e768754d463f910bd730fd2f64a4987b17449171e78 1.49 MB 1,884 70
662,859 662,859 0000000000000000000d67c67ea19f56280911e2dc8f2c8e40727808a0d7d5ed 1.61 MB 1,470 22
662,858 662,858 000000000000000000058e2b15fd79d915c4bb24f444c7103ff68fd96c89c191 1.35 MB 1,579 46
662,857 662,857 0000000000000000000d64aedbe9adf7098b8ccdf17e17455805db0a38fa641c 1.28 MB 2,006 28
662,856 662,856 0000000000000000000369d6a009b4947b15decbc829d328cd244158720c2934 1.44 MB 1,649 48
662,855 662,855 00000000000000000000453905778727329124e4f05c7b26e76122a8cb6d23f9 1.33 MB 1,351 83
662,854 662,854 00000000000000000002e964d1dd10b7f893c2d8d767370e0be36b4899759fd6 1.16 MB 1,568 51
662,853 662,853 00000000000000000000e3bc22c7823b790a2b4610718bd0ea3c56b7750f5912 1.24 MB 2,559 68
662,852 662,852 0000000000000000000831ba6e7fbd9892403202ae08df52140891a26f38e023 1.28 MB 1,961 84
662,851 662,851 00000000000000000000af1d1543b27d3d1e0b2e48e000ec0339420dba059c6a 1.16 MB 2,180 66
662,850 662,850 000000000000000000069827fb30b26f0b6b93483ad7b13cbec7357da5fb50a7 1.17 MB 2,082 74
662,849 662,849 00000000000000000004447c3c82b48888cef897999fb075023464690d70d288 1.15 MB 2,488 65
662,848 662,848 000000000000000000093b6886e49c9218e0a56f2f3e53e5e97b3eccad2d5b83 1.14 MB 1,747 102
Previous 10 blocks ↓
Total Size: 769.15 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,632.52 GB sent, 93.62 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.