Memory Pool Memory Pool Refreshing

958 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,018 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 957 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,017 (797,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,931 110,931 0000000000001234291d7249a48f6f3f8793b5707593880cec77d7012174e42d 0.00 MB 8 267
110,930 110,930 0000000000007955438e4841fa53d27278b81f0cc19f55d15a0e93326aafae6a 0.01 MB 6 157
110,929 110,929 000000000000097c9c1851a832c4b68696a1ed06e543123326f63534f44dc8c1 0.00 MB 11 352
110,928 110,928 0000000000004136d6aa125a9bd074a4b8d9275e78b4c409923400df06f476ec 0.00 MB 12 0
110,927 110,927 000000000001166c4bc7a4cd55c7b409dd8c2eec260eef9cc1bad6ac97cfa74c 0.00 MB 11 343
110,926 110,926 000000000000adf14f3d799e93e9e1275a1ccd4c3f42296e24f5241622ca24cb 0.00 MB 7 0
110,925 110,925 0000000000010997f6ab9551018956d4d730dc4e1d37443b9ddca4c621b89f11 0.00 MB 9 521
110,924 110,924 00000000000055c00f66eea4700378df63e333d0207f3f1bfc2e36192a71699a 0.00 MB 12 335
110,923 110,923 0000000000006ee9feeef2ebb101b955d7c6478f2dd1828a3196b03eb8a6c137 0.00 MB 10 0
110,922 110,922 0000000000012637d3957114844319b0abb70909f52e3fe900ebc74c5d4d3088 0.00 MB 16 0
110,921 110,921 0000000000004a9274619c1d6524d73dcfe7945e721097d4c52745adc5e34358 0.00 MB 8 0
110,920 110,920 000000000000e13a50c616cb9a91258dc2c1b4e6dc71428f99f105c386e1bf3a 0.00 MB 4 309
110,919 110,919 0000000000003b11b099f3910f41e41ad2b579f952c23af3f652110b66bb9d1c 0.00 MB 13 333
110,918 110,918 0000000000009ffaf1141e03f9593e14d1d8f896655fba85aa39486508502d5f 0.00 MB 12 0
110,917 110,917 0000000000011842aa0e9e8277de93cdf4be42eec95043f38206e5b64a8f64bb 0.00 MB 9 0
110,916 110,916 000000000000ecd90c2ec5e612ec6f4e54e316b68ae29eeb248766b400ab3647 0.00 MB 12 0
110,915 110,915 000000000000905c23bd8c1855880364f59f8c59744884e5d229fb687e6c8fa7 0.00 MB 11 344
110,914 110,914 0000000000005d1eca37419c04d795ab1f82505b8dd9aeeff3445be5b58f4611 0.00 MB 13 333
110,913 110,913 000000000000ade256fa57f676fa08bf4b7570f7bee3b5328e7cc200efbc0b05 0.00 MB 12 0
110,912 110,912 000000000000ede7d90863a85d959cbe6cfc8216474320a58874f9e049f009b1 0.01 MB 19 0
110,911 110,911 000000000000d9163ad49e49a561db8cbf11f837f6f4273ef497f9df649892c1 0.00 MB 10 336
Previous 10 blocks ↓
Total Size: 769.58 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,650.78 GB sent, 95.82 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.