Memory Pool Memory Pool Refreshing

4,816 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (635,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,487 272,487 0000000000000003ddef79f26c389f8946bfd6d10b2df5e10519c4f8ff153aa4 0.03 MB 76 20
272,486 272,486 0000000000000000d872d2d9649bb110983bd8c7202bb4cb1093778b2084b591 0.06 MB 143 20
272,485 272,485 000000000000000598e7a952d684ad86b8908ec08214a74566fc0d774c058399 0.48 MB 684 27
272,484 272,484 0000000000000001d651125f7df17bee42f49e3449040928c03ed0f761b3736b 0.25 MB 730 95
272,483 272,483 0000000000000004783fbc8b12306a32195c5e7a696b514250c26aa9a7e52122 0.25 MB 732 51
272,482 272,482 0000000000000002b35feaf8e278859598f7521b8309a7943b04e7aa34e0ecc3 0.25 MB 789 92
272,481 272,481 0000000000000002bc2cd5023d52e518edc9e1a1ca4bb48a0b3e9e51fb62487c 0.18 MB 402 57
272,480 272,480 0000000000000001e34edfb7d1562ad7bbf9a1d9f6d7bd63df3dfc603c37c43e 0.14 MB 264 61
272,479 272,479 0000000000000001c83e7bcf38c584c651b768425f12584befa5e7cf71bb6267 0.08 MB 202 71
272,478 272,478 00000000000000011c741c57c2bd4a1763a668034f91df688fe1d51d0f004fda 0.25 MB 529 31
272,477 272,477 0000000000000004962e09b91b3370e26aef2fe175a38becacb86ec8c38d8a79 0.25 MB 681 96
272,476 272,476 0000000000000002a347cdb3653ed340ae83f78a5995071fbf9073a205a2c6e7 0.14 MB 364 54
272,475 272,475 000000000000000361c688416d1dc340cda727201836dbbe8f8d569ca8ac2b5b 0.25 MB 608 61
272,474 272,474 0000000000000004d77623d99d0d1db8dbc39bae87b82eabfa0373b95c725038 0.12 MB 330 62
272,473 272,473 000000000000000294eed12ef6ea67e56090ca865783ca9a9d95a4b983ea52cc 0.08 MB 207 45
272,472 272,472 0000000000000002bfeca6ea29c955efda54a0c9598a765818eac4813e730a85 0.26 MB 504 53
272,471 272,471 00000000000000061126dde5f6f741fa8ac4487046fc16c36fe2fd45eb4d5729 0.07 MB 153 39
272,470 272,470 00000000000000040bccd4d69b7deeb2350c6a2ba074e33e6346c5ce6e2ba3fa 0.09 MB 156 37
272,469 272,469 00000000000000006d72b6ca7a429ba03b4cb644a6fa34503910f65acf28ffcd 0.09 MB 190 38
272,468 272,468 000000000000000465a3d3c8dd45349b0cf97323b4b55680f5427c6aed160eb8 0.04 MB 56 41
272,467 272,467 0000000000000005dbce5e1fa14a992a1a59bd872a159ac88bc58e325e58d5b2 0.11 MB 206 58
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.