Memory Pool Memory Pool Refreshing

9,266 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,399 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (570,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,929 336,929 000000000000000007211e9321c58f799a8df37b04baec47a59c3ae464ee1fd4 0.05 MB 56 17
336,928 336,928 000000000000000003f8b8030a7f97448006713098dc1de29432b9478a3ba87c 0.06 MB 151 35
336,927 336,927 0000000000000000137821561a4d76e67386608496515a88096fdcc65f5ee379 0.14 MB 256 23
336,926 336,926 000000000000000014644706bc35165a903b811843c9e1555ada4a264b6328dc 0.17 MB 390 29
336,925 336,925 0000000000000000151a149cb5069e8d40012a2337309380c6a0187936476569 0.02 MB 44 23
336,924 336,924 000000000000000017cde46758b137a21bfcb59de3866482d934e5f11bea3cd1 0.01 MB 22 17
336,923 336,923 0000000000000000099bac77cc3e9700b3739d33d60cf023220494f8cc812209 0.35 MB 795 27
336,922 336,922 000000000000000010f95e0fd632e0de7dcbeb5d1cf2b18ebc543cace6aab377 0.61 MB 996 22
336,921 336,921 000000000000000011737f3c54252a8746f514c29db3ea9878c46f39d13ec996 0.21 MB 638 38
336,920 336,920 00000000000000000003565c1c978f85944e222d6e9e65ed57488e34deed8774 0.33 MB 831 34
336,919 336,919 00000000000000000e74924a279c8090f5fc61dd023487861bfb2459a14d6f32 0.19 MB 374 29
336,918 336,918 00000000000000000454ab08e04f121ef161218c3a55372d5bf03f64c38512f7 0.24 MB 469 34
336,917 336,917 00000000000000000b9b9da2c8a988baec59914d5683a9e73c622d0a484fe7b3 0.20 MB 411 30
336,916 336,916 00000000000000000a8c57883e20a31f7168a838211e53d43737ae1f9693a055 0.19 MB 479 35
336,915 336,915 00000000000000001812189fbf593189b08cb8c4be5c8923bd34d937871f567b 0.31 MB 728 28
336,914 336,914 000000000000000007923c5d54173a2b8360fd3a211d5f7d26d28ac57f6732f3 0.07 MB 256 45
336,913 336,913 000000000000000011db6d2d7846f6013c8fa97fa6018c1d8fb66f470d0b15fd 0.19 MB 415 27
336,912 336,912 000000000000000011cb1055148671942fc66de29441a84052cba377bb20301e 0.02 MB 50 30
336,911 336,911 0000000000000000080ac5f6ed0ce13aaf9f0d6c6b9db65c6a87ef16593d0a7e 0.13 MB 297 25
336,910 336,910 0000000000000000185ad00c5ddd47be5cf4ed52f68937c8c11a396c40530b75 0.10 MB 211 25
336,909 336,909 00000000000000000862f83fea8fc7a012bb18c1023794eaba682efe254d0959 0.10 MB 176 18
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.