Memory Pool Memory Pool Refreshing

7,350 transactions
3.47 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
908,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,992 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,697 (887,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,437 21,437 00000000392dcf4bd5d4d3ca5106a5f76a2bdc13c58a9b141cf93eaef6a88136 0.00 MB 1 0
21,436 21,436 00000000da2fc9b8f8bacdce158701552cb61485c43e17e2d52c5425beeed194 0.00 MB 1 0
21,435 21,435 00000000a6ee4b1376fb121d931b7a1fdff7bfc641fa19ed253aa97f03667f5e 0.00 MB 1 0
21,434 21,434 00000000a317fadb1074a70e1ce8924fc8af8238b78a994e845c61598c6b782f 0.00 MB 1 0
21,433 21,433 000000009f8863160221955ae6e5509051875a6c4251e773a84e5287d33bf185 0.00 MB 1 0
21,432 21,432 000000006dced6fd71494865442dca8ce6da40ec0060975ed99ae1a1ec4898e2 0.00 MB 1 0
21,431 21,431 00000000104cedbb12c154a30ba649cce797c73147673226dee416baf0379b38 0.00 MB 1 0
21,430 21,430 000000005a7aef871e63812e680bf0269ee251d6f8f53159234026ada7a17a3f 0.00 MB 1 0
21,429 21,429 000000007a05b40f4d46ea20ecf22ec8f8abfcdcb8041a669e4db810cdb67f93 0.00 MB 1 0
21,428 21,428 0000000033f711f7a56402334a33eec9acb5c5097502fbb1f3399dfa72759605 0.00 MB 1 0
21,427 21,427 000000007575baba90d9c0a0e269634d63b4959db6259e800bc5f2d1dab540d1 0.00 MB 1 0
21,426 21,426 000000000f8d938d4dba2d1f37da4ad11c39f35f012f93df2689a710e9145a95 0.00 MB 1 0
21,425 21,425 000000000bff2f62fc419c9511ce2a46488b136a1a6633f7b0a7b17a1ccba0b9 0.00 MB 1 0
21,424 21,424 000000009ea78723f41b080ccdf863db873e740aaf0e027ea2644a7efd93a7c9 0.00 MB 1 0
21,423 21,423 0000000093f5776356fd4c0438de2dcb4971d44a98b4ffe1e027ccf4383c100d 0.00 MB 1 0
21,422 21,422 00000000face709b30aae127952e77fab23a2cb2762b5c80a45a089c91933252 0.00 MB 1 0
21,421 21,421 000000002e0911bb3aec348ca25f334257054d24c108753a1537ad2b51fdc04d 0.00 MB 1 0
21,420 21,420 000000004c8e9bcc84b6cf784fafbc8c17ae489a97622f07d37d192b45ab058b 0.00 MB 1 0
21,419 21,419 00000000ed65f72c2cd4f6063cc685a197e78daa40e5adbb507a7cca094388a0 0.00 MB 1 0
21,418 21,418 0000000078d5796955554bd1233f3210605751c5b6f902e886876a03bae05334 0.00 MB 1 0
21,417 21,417 0000000015b9581a9292e69418ae3c0acf37866e3775067bc149e11cbb2b54df 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.34 GB sent, 101.96 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.