Memory Pool Memory Pool Refreshing

1,256 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,256 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (597,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,200 310,200 00000000000000003dd638bb4ef10499f172d613ee0cb342067312445b5257da 0.06 MB 115 28
310,199 310,199 000000000000000013925f5d9ec02fe88a8afd2e9905d78f9aaf2d8bba0d3061 0.06 MB 112 26
310,198 310,198 00000000000000002cd7cdc41bfabca72c5b38edb003599ea3d26c40a47f21c7 0.32 MB 500 27
310,197 310,197 00000000000000003ea25774604702c790a1056510af2abcd080b3414a0d2301 0.10 MB 120 25
310,196 310,196 000000000000000018d1309b87bb064ecba9c03943ddd68ff902da288bfe1dac 0.20 MB 374 30
310,195 310,195 00000000000000003d2a3b8d1937469d9f24a1f60283fab6328a23d86b87c146 0.07 MB 170 26
310,194 310,194 000000000000000022909690bf3cb0338b998d27c919b192ed4e4d8393a53e16 0.25 MB 501 32
310,193 310,193 0000000000000000044d836a43d7b29c4306a5072cd4bbd10f495473d28418e4 0.37 MB 583 27
310,192 310,192 00000000000000001fa1683420d77e52fc673e689386cf2729077ce0abdb7e70 0.22 MB 314 24
310,191 310,191 00000000000000001b130fe97301e79e6c7e29fa06bc186949c37cfff9d0b699 0.03 MB 58 36
310,190 310,190 000000000000000002b21aa5ba26ff1067aa6a196383a0dbff0d14bb7957afc4 0.16 MB 212 28
310,189 310,189 00000000000000002475f8745463fc39eabbd1761f0bcc8921d05ca2925d24e4 0.15 MB 285 28
310,188 310,188 0000000000000000188ca11984756f9fda3ea7dc009697ebf75ae54deb025b91 0.71 MB 1,030 26
310,187 310,187 00000000000000001d40f28d40b3e77db29ce9d3d0de362f79cc4fdf53ecda0b 0.04 MB 55 23
310,186 310,186 00000000000000003e1a7bbb28de829ae8e2149d850a0f8cc660b79fa34dc55d 0.06 MB 124 32
310,185 310,185 0000000000000000023621db7ff8dc6f8356fd53b2041bc6e44911ec30a14037 0.10 MB 165 22
310,184 310,184 000000000000000036ea7920308bd1acbad5d9018c6408fc1dd8fb506170c953 0.07 MB 113 24
310,183 310,183 000000000000000032eb92607fba1a4cb8917bdc286426932a47ce812fab7619 0.37 MB 643 32
310,182 310,182 0000000000000000033463e461523cd2321e5e63612772c07525b7efe0fa66be 0.06 MB 47 20
310,181 310,181 0000000000000000075e546ef92367cbd642a148f3aaffaf0ddd34c1d4c4eeb1 0.41 MB 478 24
310,180 310,180 00000000000000002ac4bdaf6f358aa658e951572c12d65707af8c29ce5df5dc 0.04 MB 164 37
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.