Memory Pool Memory Pool Refreshing

4,052 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,044 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,886 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,043 (804,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,884 103,884 000000000002a5eaa9079ef9af5eb49651510506b7e378bf251e6b7f958e4bdd 0.00 MB 11 0
103,883 103,883 0000000000015bed4d253c91e9018834afbd7c0e726356fd219ae5322a8c8358 0.00 MB 1 0
103,882 103,882 000000000000c7881483c099e079ccacf134fa9c05579ddad5a4a04468cf995f 0.00 MB 2 0
103,881 103,881 000000000002822cae919a8460e209c1aee28096b217813491c8bc594c493ab8 0.00 MB 6 0
103,880 103,880 00000000000136127434005578b3dfe0df10642f3e3f7869f79ec79f4585549f 0.00 MB 2 0
103,879 103,879 000000000000ea090b0dd06eef7eacf22844e47dcf6603c3f843124e49f82d4a 0.00 MB 7 352
103,878 103,878 00000000000030ed559b9de57bacb6118bfbf43969279d1582b142aea8125a3e 0.00 MB 3 0
103,877 103,877 000000000001c38dd824db60aa426407050366261453d63a04930bb1fb3a2fb4 0.00 MB 10 0
103,876 103,876 000000000000139b191ceea22e18e2c6fce625339c8a4d97073d79ab7b584933 0.00 MB 1 0
103,875 103,875 000000000000949fe5bb44b2b0442b0a03a8a6739215cb2c689a7b28f4331bbb 0.00 MB 1 0
103,874 103,874 000000000002c509b8bfc108ef181076d289263bfdc38d7261dcdeeaaa986bce 0.00 MB 1 0
103,873 103,873 0000000000023fa97966c063e7aa5ffbbdabac4cbb93b36d84a86d2d166fcab8 0.00 MB 10 0
103,872 103,872 0000000000021d547555f657340717b9f6db7dafee16f1346601aff0e9479145 0.00 MB 3 0
103,871 103,871 000000000001a1f745f2b59cfe4737841e2fb66f9bfed63f0cb4cde6d9a14753 0.01 MB 30 0
103,870 103,870 000000000002f9e984be4478f71b0c610353bf1ce22bf1b1620e9130c2083333 0.00 MB 12 0
103,869 103,869 0000000000023751ebf2e0e0fdf911ce61cfe44138d453b44ee53cac8a5b0375 0.01 MB 6 0
103,868 103,868 000000000003672dff590d18fc7b0e4b3af140a42fe4b8e822c2f7adcc8a5fee 0.01 MB 7 0
103,867 103,867 0000000000013eba56a71cc735bea2494e6eb3b97498dfcb2ceac4f248f7b678 0.00 MB 8 0
103,866 103,866 0000000000035b556df09fbdd28ef5927b14dabbfc89900a94a940ad88ab170c 0.00 MB 8 0
103,865 103,865 0000000000026539aba001ff072b7ee7cf21617340e974824962eb6edbbb3e5f 0.01 MB 21 0
103,864 103,864 0000000000032346aabdf085b130543f26bc99455d3e0c230ea154bd7b841c94 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.63 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,652.31 GB sent, 96.01 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.