Memory Pool Memory Pool Refreshing

4,506 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,171 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (545,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,671 362,671 000000000000000014d237b49b34434b401a424f59871cffbc51ac451c875ad2 0.75 MB 1,736 35
362,670 362,670 0000000000000000141ace5bdfb2be16708d24fcbb1fec739c5df7420e13aa3a 0.19 MB 276 40
362,669 362,669 0000000000000000089cbcae6d8003845715f93a5e7b722bd4a2aca4aea2bb74 0.56 MB 1,148 29
362,668 362,668 000000000000000003c2aa788ae444446f61b3199196044dc76ebb7978827132 0.35 MB 668 26
362,667 362,667 000000000000000003c832d471355c434e4e96fcd54ed12515a630689343dcfb 0.41 MB 826 29
362,666 362,666 00000000000000000d54dc1f84d46c734b903034287ca68d44c50d3edeb539fd 0.55 MB 1,123 28
362,665 362,665 0000000000000000144ecdf33cc574cb1f2488cb3ce9633023dbcf33d5270863 0.25 MB 146 6
362,664 362,664 0000000000000000135d5102c38be5ea3b4c9f17183fa8b8d05156af941a3b44 0.16 MB 240 21
362,663 362,663 000000000000000016169e3509a0d8e417be7865e62874ff26dfb5eaeabf3e74 0.71 MB 988 19
362,662 362,662 00000000000000000000408db85bb513d26d72bf0ea42bdae820767f6e2697d4 0.41 MB 507 22
362,661 362,661 000000000000000002c302ccf8444d3004410dad95d8fb7f1852416f7770c1d1 0.64 MB 889 25
362,660 362,660 0000000000000000139de1afc5eb2a86c6abed91ad5798a255f46ec3758a2f20 0.75 MB 1,843 36
362,659 362,659 00000000000000000bad371b9988ce371ae05bdf579a83fb0d3f053aa959fc89 0.25 MB 177 7
362,658 362,658 000000000000000013ee9033d1099da4f7b1bb7d0d2e88263fb2efb44041f259 0.74 MB 1,261 26
362,657 362,657 00000000000000000bdd3fa2093c86784cab4679c11751c0577963ed5835930c 0.75 MB 1,202 23
362,656 362,656 00000000000000000f6c5d1dec3d32528715bd256db7e43fdca9d1e024d6112d 0.92 MB 1,532 37
362,655 362,655 00000000000000000f1bbbb14c7c0bbb4ee1a90bb68f49fb0694c728b4cb482e 0.93 MB 1,745 32
362,654 362,654 0000000000000000100e13e16e4337ac6b8a27a0b501322956e775cf4b084a63 0.32 MB 495 19
362,653 362,653 000000000000000003cdbe26bbc5ca9a1508dc6a25a3d6f8db3b4058b050a4ba 0.74 MB 1,362 26
362,652 362,652 00000000000000000e7d19b3ea72f7338a8c488798d4c87d21d12b71297f0304 0.75 MB 825 12
362,651 362,651 00000000000000000f5813963c4fdf83b724c7395fd97b1b59e40bc1e279629b 0.95 MB 2,119 34
Previous 10 blocks ↓
Total Size: 769.22 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.64 GB sent, 94.04 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.