Memory Pool Memory Pool Refreshing

5,582 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,568 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (795,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,499 112,499 000000000000c6c7678c473e10caa22900af32b0a40bce2130edd3b21824cd15 0.00 MB 9 0
112,498 112,498 0000000000002e513b59f433b6e14ad18b9a703fe14843d49c9ed98c7109bb3d 0.00 MB 3 0
112,497 112,497 000000000000f86841166e77774df68b726b7d6b46470d16daffb9660980f565 0.00 MB 7 0
112,496 112,496 000000000000bd7d16311520e2556a1471acde23bc8eb93f65f2e886511ce5cd 0.01 MB 20 2,109
112,495 112,495 0000000000004c3dadb3e116cd349df52591f35679aa1223b2a6865b43dfaab9 0.00 MB 9 430
112,494 112,494 0000000000004cbcf2727c78d9c4618260b6f5c7125f34881820f5f84f0a11d3 0.00 MB 3 0
112,493 112,493 000000000000d690f590db6ea11485e499880357abf48fde1611cf43f4d1d16f 0.00 MB 15 1,481
112,492 112,492 0000000000011e3b246bae03e92faa47108ef3c9f300e331906d5c53343da92f 0.00 MB 20 601
112,491 112,491 000000000000edcf5eb4bf67ce25a098ee4c0f0cd02a32c1a6cd5b676dfaaab8 0.00 MB 4 1,047
112,490 112,490 00000000000064b062176d99f4ecd5abbd59987ac74683549cffd309ff843069 0.00 MB 1 0
112,489 112,489 000000000000532add65cc896d5359bba6f48a3c899c082e1855d48bc7a25a0a 0.01 MB 9 737
112,488 112,488 0000000000003c7d7e98033e255dcc9dee2d85b5b5572dc8b73791fbe2adaeee 0.00 MB 1 0
112,487 112,487 0000000000001c53ca9d5571992bf550537b0b60ce3f363c4c6f858d4b9b9d7b 0.00 MB 12 352
112,486 112,486 000000000000f2dd7d264dc50ece56a51c55c38ebaf6aefbf2507edb325ebec3 0.00 MB 14 1,713
112,485 112,485 0000000000006f899264b890ab76d8b8ae0fb105aca60725a4163d5dacd496ca 0.00 MB 18 1,752
112,484 112,484 000000000000ee6deb25031501dc643af89a21a067c8674e745a5006b10a6231 0.00 MB 11 0
112,483 112,483 00000000000115c895d4eadc5e6e7ec3ce43e1f0742b394aa104c9a6cd9ffd13 0.00 MB 1 0
112,482 112,482 000000000000c6493a5fd9c5d7fbb8e6b0f6b3a05dee28511046504a3d7c7a52 0.00 MB 1 0
112,481 112,481 000000000000fa7a56bcb12e0e0e4fc9d3da06e7ec50fdb014c68ca7c08f9ebd 0.00 MB 9 3,451
112,480 112,480 000000000001216091bcfd1bd6cedd2a45b2b0ae63a9ffce6c6a9b639b41de13 0.00 MB 2 0
112,479 112,479 000000000000240fbd42977e753cb8b019f4087740ccbb67ffcbcb8ce5e546a4 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.58 GB sent, 94.34 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.