Memory Pool Memory Pool Refreshing

11,296 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,716 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,529 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (714,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,562 193,562 00000000000007437776787ae578c7f1977c64cf55347531b7326867e65d52f1 0.00 MB 1 0
193,561 193,561 0000000000000193390dea230fbab22056759a4b3168fc4535468334d69fcb0f 0.05 MB 133 162
193,560 193,560 00000000000000e470fa721bbed0284df0e1722c070059e4504268c53d082cd8 0.05 MB 153 188
193,559 193,559 0000000000000341c27e3b42be55a0c441c5218f623026a43ca96068fc5431ad 0.11 MB 266 137
193,558 193,558 000000000000035062c04477fdae5178c295aa5a2e82c59c8ca0d42f6de48f42 0.12 MB 256 158
193,557 193,557 00000000000006363f0d95885c7eb9b62fc442069056315b4d4f5ffc261ba32e 0.05 MB 108 138
193,556 193,556 000000000000073b43088883ffaa006754d8e798820fc5a07c9c0a0eef5d75f0 0.03 MB 68 4
193,555 193,555 000000000000069357465efcd621c008774f75fffda3e1282beef0308288bb6e 0.25 MB 690 156
193,554 193,554 0000000000000033eeff097a21c4c0957899f47ae2831a9e35d0264fc879843d 0.00 MB 7 30
193,553 193,553 00000000000001222fb5d30aae29fd0d7d2515f1a4ca47f285cbee3aa2d9cfc7 0.04 MB 150 12
193,552 193,552 00000000000002a54b54dcb61ca78ffc1e5a060539346875a18143bccf5b44f9 0.02 MB 47 96
193,551 193,551 000000000000017b8860824ead323c7d7f65b311bbe8c8626f6c761812bd7f7b 0.04 MB 65 114
193,550 193,550 000000000000048988678b488cafe86726c8511300c3e1824a921492f3939d82 0.02 MB 67 119
193,549 193,549 00000000000004a7bf2383abe5cb7d9ea3f8ece8bf4523b9575a476d7df32f3f 0.10 MB 256 123
193,548 193,548 000000000000036977358b2f7d558ea3fad89409a62e3db361b3e1003a94c3f8 0.17 MB 445 149
193,547 193,547 000000000000003b82a08284024b79b2b4c5e932ea4d1a503fed663a6bd0b50b 0.00 MB 1 0
193,546 193,546 000000000000044530d0623e5c26a68c7cdf5a450309fda88d67137c87672080 0.10 MB 256 154
193,545 193,545 0000000000000328e8a0e914e6fdbbd6734ee1d0eb3af1b30a10ae64fc5d4299 0.10 MB 234 137
193,544 193,544 0000000000000037be70a5bdd970d4de9505e5b2ed858daa9d8fa8ebc4f9b860 0.00 MB 1 0
193,543 193,543 000000000000033d9bb3c6c7f1b34dfa22133c7885d3a51e06fb4e1a879658d1 0.20 MB 422 120
193,542 193,542 00000000000002df2af07d181b9ab1239eaa5190a0d502c471bcee9ac0de6e8b 0.13 MB 323 122
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, 113 incoming
  • Data Transfer: 1,621.49 GB sent, 92.91 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.