Memory Pool Memory Pool Refreshing

9,229 transactions
4.60 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
882,727 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 2,316 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,726 (58,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,725 824,725 00000000000000000003cbbca94eb5079809a2388989b04e007a5a97b8a318e3 1.57 MB 3,052 57
824,724 824,724 000000000000000000014645a1ef30f9705aa55aea73e83a70454b2149e4153a 1.63 MB 3,157 63
824,723 824,723 00000000000000000003258512931cb34368d456dc1b2654734454fa9b2670b0 1.59 MB 2,567 58
824,722 824,722 0000000000000000000050ff181bdd3824dcd5e4d5ea3bd77eb2425042651d7f 1.64 MB 3,230 85
824,721 824,721 00000000000000000001fedc2eb0fa1215da0b1ac305c118f6871593b1972855 1.69 MB 3,006 78
824,720 824,720 00000000000000000000a471409782866f26e21000cdced10ddbb048ff553878 1.63 MB 2,831 113
824,719 824,719 000000000000000000031abc88e9fb0d2fa8b79496e318931619185363a47ff1 1.63 MB 2,799 130
824,718 824,718 000000000000000000004687d79404b31eabff38e8806401e9ac6ad0781d3c20 1.44 MB 2,838 170
824,717 824,717 000000000000000000018f93cf8c46463887efd91091c2c58828a00767ef7112 1.77 MB 3,235 52
824,716 824,716 00000000000000000002a88a24fd38ee7ec249eb98a7160a3c4e8d2f1f78ccca 2.09 MB 4,164 39
824,715 824,715 0000000000000000000171106da83620092b51b46fdf6226e9f6a2a4473b171e 2.17 MB 1,472 35
824,714 824,714 00000000000000000001f5c05841a3ee33b653b8105efdfb5ad8467dad1b024d 1.96 MB 2,293 45
824,713 824,713 000000000000000000035e383e4309eb1e83aec3f7533690209ea2eb16971123 1.78 MB 2,866 61
824,712 824,712 000000000000000000037a993f24f3034ee14bcbdfb0b35ae4775fc41ad5799f 1.85 MB 3,974 51
824,711 824,711 00000000000000000003cbdce4f91f5b91772cf0c694c1f4bd2bfaee27ce418d 1.67 MB 3,249 81
824,710 824,710 0000000000000000000228356bd23652fbc0ba9bf85d9eba0fbf6f7d7776f785 1.77 MB 2,836 56
824,709 824,709 000000000000000000031e71d89e51c7b1ff0351ee3493948afaa615952bbdfe 1.80 MB 2,816 48
824,708 824,708 0000000000000000000252ad830113f1c47b4d3188235e55e2c961a0a6a3a27c 1.54 MB 2,081 55
824,707 824,707 000000000000000000033cb4b34fa2d2866088f38d41454ddd7833d2f52b5e72 1.79 MB 2,252 89
824,706 824,706 00000000000000000003986e52e8cf5b06cfecc5ae8942d6681e3c3eb31f0f01 1.73 MB 2,910 82
824,705 824,705 0000000000000000000138ad0e7084bf5ba92e89f461900141398106f5d40467 2.09 MB 2,257 42
Previous 10 blocks ↓
Total Size: 723.91 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: 2,207.59 GB sent, 82.36 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.