Memory Pool Memory Pool Refreshing

8,409 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,293 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (34,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,498 873,498 000000000000000000005cea9a2e5c035f4b384a6ea86556bf145417b531e843 2.15 MB 1,133 4
873,497 873,497 000000000000000000006203a8b488ecc756d1030d326afa92d0f6a6e153996b 1.70 MB 3,254 3
873,496 873,496 000000000000000000024d1ff53d373400959532f04660358ff3278c349cf004 1.90 MB 2,801 4
873,495 873,495 00000000000000000000b94578a10bb1bd01c025fa5e77032fd9ec5f5ffd792c 1.54 MB 3,410 4
873,494 873,494 000000000000000000001e808fe76fb25204fcdcaa236d6777ca8a4e29839cf3 1.33 MB 1,445 5
873,493 873,493 00000000000000000000087965c295e3c211c78874b1c4461ef3eda6e44a4ded 1.19 MB 1,329 4
873,492 873,492 000000000000000000028e134939968b7d6af6608e7724245f3685c110b7ae1a 1.60 MB 2,925 10
873,491 873,491 00000000000000000002818ca142e1eaa81f509fc34561c01e7ac00a0e8b3f11 1.30 MB 2,301 5
873,490 873,490 00000000000000000000807582254762115f49c5263bf61af9fa3921c586eb96 1.72 MB 3,063 7
873,489 873,489 00000000000000000001c439b0e1eb67d2aba7dc97d0c7cedf748cf8e9e7d371 1.65 MB 3,208 8
873,488 873,488 0000000000000000000069153fc2e14c932ed355a11fd0cd0fe68f9b8dac96d0 1.29 MB 1,678 9
873,487 873,487 0000000000000000000177e843828aad3fe294a334c0edc713a082306fa77ab4 1.63 MB 3,830 11
873,486 873,486 0000000000000000000178b9587c5b8968f1362726828e979b8a5a2e11617f5d 1.59 MB 3,756 17
873,485 873,485 00000000000000000002a05fc34f966eeb26fb36fbee1716189284c292cf7a3d 1.76 MB 1,954 6
873,484 873,484 000000000000000000011d2c00570b3fb8d0a82dafd4db5e4c642c23b5a02ee9 1.66 MB 2,947 6
873,483 873,483 00000000000000000000806a76e42a320bd89cf0c76a4a6fe5d36ba32b5c8011 1.76 MB 3,510 7
873,482 873,482 00000000000000000000ba13214770288af4032eb4bc8f6a2e87b9d03652b7d2 1.55 MB 2,565 10
873,481 873,481 000000000000000000015c3fa5d6942de2d84ac764140c3f58952e26015bbe35 1.63 MB 2,618 10
873,480 873,480 0000000000000000000217078b6d473f8fd00701c6b32650e2fcf814f3b54d55 0.00 MB 1 0
873,479 873,479 0000000000000000000251f9cd3d4ec0bc233c0d96a97f7f03b44f81434c4650 1.62 MB 3,653 7
873,478 873,478 0000000000000000000037bbe01e47aed96827148052924e32b40c630772b082 1.64 MB 2,880 7
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.