Memory Pool Memory Pool Refreshing

5,076 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (762,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,490 145,490 00000000000007b4cced1df5265ee69303ab5fc22a8610797d93e88762914735 0.00 MB 8 79
145,489 145,489 000000000000041e42b8ff2ea0c81e44f7f26b381f9090bd722530edb4387582 0.02 MB 39 62
145,488 145,488 00000000000006e6dab8b216e8c47cdfe2fa11bc480443642500f5c0c59e8ecc 0.00 MB 9 71
145,487 145,487 00000000000000ba7a42f287d45793bb2cdc033c71c9a799a332053ee9e2afcd 0.00 MB 11 237
145,486 145,486 000000000000019daaf84a958035d19ec997d0b9b1849768204098f19d1857ca 0.01 MB 19 434
145,485 145,485 00000000000007d03446b5269a78b0bdf07f8ec0c76c8f329b7a833380ba8513 0.02 MB 35 687
145,484 145,484 00000000000006a604e525c38f458f7b9956aa932bc1bb9b16dfe38229726d24 0.01 MB 32 273
145,483 145,483 00000000000001b91239577329a33e00967f56f1e7b408c3970a08884fbc556d 0.00 MB 1 0
145,482 145,482 00000000000007766081f5081c98fbe377d346fda9fbb0f9d637cb732f0d2fc4 0.01 MB 26 105
145,481 145,481 00000000000004f3509b9d490b89256bc45c2268a7c203058f83d5a7c4cd0d12 0.04 MB 120 57
145,480 145,480 00000000000001a7fd7f3265436f1397bab05606e2160a84ac1d3e98aef53f31 0.04 MB 86 295
145,479 145,479 00000000000006582623f6d7d8b12cf63392cedb9114e2009bd018f46bacf025 0.04 MB 116 126
145,478 145,478 000000000000010987cded88234645ea0c627747d4b349d409da94e82afd5aab 0.01 MB 12 193
145,477 145,477 0000000000000054c3a2a633cf80cd99096fe037fd1f1eac76976e1e24cdbbcf 0.03 MB 96 150
145,476 145,476 00000000000007f9a16163b00b8255fcc5a87f86164e72cadbe2c6c85c4577d2 0.02 MB 51 181
145,475 145,475 000000000000043ca231129a78dc19081f9e0074cb15566591e279631fa81178 0.01 MB 24 133
145,474 145,474 000000000000065044109bdf102c9abd6504e6c7f9ded665e289d65a4ce2de55 0.00 MB 11 14
145,473 145,473 0000000000000710cebb8c3f233bbf45ef7a3a19c50c4e08eefd2ce324359da0 0.04 MB 74 150
145,472 145,472 000000000000032ec8039d57cadd486475b0cba93d50cfba78c9ddc22056e3af 0.00 MB 6 1,738
145,471 145,471 0000000000000369463c333853e9b0b936aa167ff8fd63eee9d96a68344a21ee 0.00 MB 7 63
145,470 145,470 00000000000004d1b4f5311aabe94a85314da4c79e3a06b9f0bdbf811b873d16 0.01 MB 10 384
Previous 10 blocks ↓
Total Size: 769.21 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,634.33 GB sent, 93.98 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.