Memory Pool Memory Pool Refreshing

3,558 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,910 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,885 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,909 (668,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,895 239,895 00000000000000dc6aa757b1c372332c639287e1656738b3bbffebe4f3277eb0 0.14 MB 211 122
239,894 239,894 000000000000005ca8f34fc2148c7170361d0864b8ff67f61e1d000655d117bb 0.07 MB 162 139
239,893 239,893 000000000000000c5808189115a3f784d8fc5842a07c4924daeb3a530e4e330b 0.05 MB 107 152
239,892 239,892 000000000000004f583fb952f2324996b6e56e0f607d77e8a4bc5f318839c3a3 0.07 MB 196 206
239,891 239,891 000000000000004d4c1cb2adda457dc430c37a480f196cd48065c95df36ba6f6 0.09 MB 162 89
239,890 239,890 00000000000000b7d855a4d9569f7ce74d2266615a29ae3f579a6d913b1a0044 0.25 MB 493 151
239,889 239,889 000000000000006a47aaaf72c7f69638de920fefcf36792deec7991a4991834b 0.36 MB 395 48
239,888 239,888 0000000000000043f06c5e8f42cb212d0983c6c011f72a159f07c7deb6026f9e 0.25 MB 734 254
239,887 239,887 00000000000000b7ae68361e281aaac2cfc739607baa55e2aaab57a7f2b63fe2 0.25 MB 656 3,904
239,886 239,886 00000000000000f767b3f8631d3b7dc404e2da57f4de7901c6d579f4a7318c10 0.18 MB 446 195
239,885 239,885 00000000000000f89dc745c01cd724486efd33c9f3c8a012b399db8247bcfd5b 0.10 MB 246 170
239,884 239,884 000000000000005e3d68f54469cef4656fe275a4638f1907c3c46d3370d47c79 0.04 MB 71 159
239,883 239,883 0000000000000148d0a1e09dc5a6faa997dd3a630cc518ee3523be1f6c060efe 0.03 MB 66 162
239,882 239,882 00000000000000e44cddba10aedd619f6295f63407dbcc83e03e4b26386a90af 0.10 MB 173 144
239,881 239,881 00000000000000ec00532cdbd5106b9c2e64ff3c3be73bcc08403dbb30f10a02 0.01 MB 28 152
239,880 239,880 00000000000000b13ae05f4451ccc4f6072ffc6a14c0a5b58e10926a3d57105b 0.09 MB 205 187
239,879 239,879 00000000000000af502c550e4caca93f169f0025c9b74376a0c584759b85b708 0.17 MB 418 176
239,878 239,878 0000000000000053bf8c40da867eda16c3271600526a309cb46de1b2e9bd0072 0.20 MB 256 39
239,877 239,877 000000000000007d346af7c84396f3ea2b22c7a414af859ab6f51e25ec33dc64 0.08 MB 195 168
239,876 239,876 0000000000000095581b204b0a21aa8080aefe9877846bd3c69a358505a34034 0.20 MB 386 129
239,875 239,875 000000000000003f873a2d933fffb00e28c4f6ad26930f3303a3ccfa73e12a78 0.01 MB 14 140
Previous 10 blocks ↓
Total Size: 769.37 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,643.93 GB sent, 94.81 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.