Memory Pool Memory Pool Refreshing

2,940 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 2,940 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (637,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,561 270,561 000000000000000262c1d74301a7e2949b1cba6203040bae065ddd4c810f2ef6 0.31 MB 561 39
270,560 270,560 00000000000000058813ca25de2d2d8821c4ae39dcdced5f63609c48d59ad0ce 0.29 MB 522 53
270,559 270,559 00000000000000019d2c06191a81d51027b2d738552ebf8566219301dc800621 0.25 MB 598 109
270,558 270,558 00000000000000063976d3deb33c3c1769b3d7f953c370beff389e2e2b180ba5 0.07 MB 225 216
270,557 270,557 0000000000000001832c6198e6e8ba4259ae9b3ce2da233a5e2aed7d83ec7f34 0.22 MB 259 31
270,556 270,556 0000000000000000c4164afdf00fdab24df3588f79f4d11de024984d5256819a 0.21 MB 430 70
270,555 270,555 00000000000000062154dbb93d2d6d52b96e27805f96dd2d9f0396fe7bcec463 0.25 MB 590 93
270,554 270,554 0000000000000004fcac67e3dfd79f3740efe113dd06c468852cbfa9cd2c0887 0.20 MB 453 67
270,553 270,553 0000000000000006fb78110904d5bbffe1d07ae2f95b725a9a2cf57cc7a342b1 0.25 MB 587 98
270,552 270,552 0000000000000004c38b559ae456092a3c1d1807c06a90cee6e63590b730b512 0.13 MB 269 67
270,551 270,551 0000000000000003a7dc53490f0677c9a4d2a2d7c703294d85821cf330ed4f86 0.04 MB 100 95
270,550 270,550 0000000000000002d594ec0d256f7c8aa6110e44bd05b9a1bfd3f4dd79bd4d0e 0.05 MB 74 39
270,549 270,549 0000000000000004a7f97fd52eb628b286fd62dcacd3a29d881ecc689cbbc8b5 0.09 MB 172 44
270,548 270,548 000000000000000008c372d6ab0990d9e13231e999d4c73957b60af17d2272fa 0.17 MB 348 120
270,547 270,547 00000000000000057bf7f8bbafaf8cd675aba8986ac0f2fbe553cfb3df3ac98d 0.06 MB 155 70
270,546 270,546 0000000000000000811df92105707d4ec7e86338604e92962174299f3f010ebc 0.14 MB 297 41
270,545 270,545 0000000000000003251b19e522761456f4fd0d1fde1b297e9bde4648569f2d8e 0.37 MB 488 25
270,544 270,544 000000000000000350348d3c61c83eaed67c3d4dc9e34df29a4da7b411b8b54b 0.33 MB 557 33
270,543 270,543 00000000000000062b256689fb6a86b477d7e9684fb3d521ec2f04c08f1a156f 0.50 MB 1,174 64
270,542 270,542 000000000000000200c2d36f2841ba2f9d0d555e92f9490a7c7aec2846105de9 0.04 MB 33 19
270,541 270,541 0000000000000001d08c65de10626519e678839082eea1f2b474115fb7314f05 0.15 MB 240 46
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.