Memory Pool Memory Pool Refreshing

6,172 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,794 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (574,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,646 333,646 000000000000000007ed3c95b1c9e4e7504d1b612a8239054e3d43352abe2a45 0.61 MB 870 18
333,645 333,645 00000000000000000017cb51a840a1e7cf5242631acc05c4f53fc85d061a0fde 0.15 MB 512 42
333,644 333,644 00000000000000000c77a91dec400aa6e7940f498e46510380020f95ccfcf5cd 0.75 MB 1,410 26
333,643 333,643 00000000000000000d9b1c931d672a53cb5bf8fdd96242cc0d8e186f8e471535 0.13 MB 256 25
333,642 333,642 000000000000000002e2656fc2e1053e719865bde25a84bc329b61f161f0e7ce 0.08 MB 158 18
333,641 333,641 0000000000000000190150be38d3c47f091f4778237b7397d91a7f489233a18d 1.00 MB 1,797 29
333,640 333,640 000000000000000004560f9799f4cb1eba068fc9fa752124990a202b69ef3d7d 0.15 MB 281 23
333,639 333,639 00000000000000001823fcd063c6728713d3a4bc518065d1250c4b26a4caa28e 0.14 MB 268 27
333,638 333,638 0000000000000000070b09295f42380a9cb525399ff48fab0365ede8d6c240a5 0.00 MB 11 22
333,637 333,637 0000000000000000165ee64d59a7b6551eae5a47bb99e1b2598a50fa000d3198 0.12 MB 209 21
333,636 333,636 000000000000000000811dc25ed18d42aeffa2126344f4e4f61bb023dc4620de 0.06 MB 114 23
333,635 333,635 00000000000000000a96c4fb609fd596b2fdca8ca7e0283a3651a444e9105bae 0.17 MB 306 23
333,634 333,634 000000000000000019f61ae7565e3eb5b27f12c6641d1ef2109a0d960d6a6014 0.27 MB 344 18
333,633 333,633 000000000000000018be2b7a90a989f95f46a6de1f6640c683d66a903934e3eb 0.13 MB 283 29
333,632 333,632 000000000000000015fe53766236f0a3444212dbc9cbbd8d8dcc73278f94a867 0.11 MB 90 22
333,631 333,631 0000000000000000188b3e1224f0593d0bd23aef8f790921153afd7b064f59ca 0.47 MB 546 15
333,630 333,630 00000000000000000dc4c70a0880d589f7712d46a0830c53e891f73ad8646b27 0.75 MB 1,421 26
333,629 333,629 000000000000000019d6a56c9988fc3f8385f2dfc0c8650bde70c821b1ea651b 0.75 MB 1,139 31
333,628 333,628 00000000000000001207b614855cb245ff8511be3bd5bdd4bdf6948e8a752f04 0.13 MB 256 27
333,627 333,627 00000000000000001a1ab6b9ff5a7008d7c512590ed8ef145aeb25f0e61cb789 0.75 MB 1,779 28
333,626 333,626 00000000000000001a246558ec6c2caf0c874320d9ed0bf13f394f24e366f1b5 0.15 MB 512 44
Previous 10 blocks ↓
Total Size: 769.21 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.36 GB sent, 93.99 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.