Memory Pool Memory Pool Refreshing

8,868 transactions
4.21 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,323 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (229,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
678,566 678,566 00000000000000000002394bc9e72c0f0ac429dc67e8f9d30739f899b2105323 1.28 MB 1,498 40
678,565 678,565 000000000000000000082846179efab5a2dc7c765dd9ee52e7381700cd9f94c4 1.39 MB 692 9
678,564 678,564 000000000000000000004db5018e446749b017d5fc58328265e3d96cfcfd27be 1.40 MB 1,624 17
678,563 678,563 0000000000000000000505fa2d84c66c2a107ebb8f4ef316092480ad83909c72 1.48 MB 1,188 16
678,562 678,562 000000000000000000061e34305ad2a89665ae895cdb2ef513b97968e1c60a08 1.36 MB 1,631 55
678,561 678,561 000000000000000000027b48da8829911e09de809a0e9b6a8ef9ee5c3a4982ac 1.51 MB 1,677 66
678,560 678,560 00000000000000000009ffa5e75b52bd8f2e825a88fe1e25908d4c4baf54074b 1.42 MB 1,537 75
678,559 678,559 0000000000000000000195dc116b659ef503e9d5a1199bab8f661d7ed8f22414 1.36 MB 1,927 60
678,558 678,558 000000000000000000040debcfd56b1086cf92bec6f41a31e138b1b44f726a5c 1.28 MB 898 13
678,557 678,557 0000000000000000000607e312ab8ea2b063f09dd437cbeed6b69d97e0fd2d4b 1.10 MB 1,150 10
678,556 678,556 000000000000000000031ef61cc84b9f6e91e5a4d068eb45f52bccafe782fe8f 1.35 MB 2,433 45
678,555 678,555 00000000000000000003b7509cb441356a4be0381d2c0f700f36f2f367746cde 1.21 MB 1,423 95
678,554 678,554 000000000000000000003b3ecc1ab2ccb2a9a9d340e0d5f1e9c8380f04c5e9b2 1.17 MB 1,391 97
678,553 678,553 00000000000000000008bee16201cb5cd090c09b6d88de676d61e87638ec1b4c 1.15 MB 1,420 35
678,552 678,552 00000000000000000004fd971103096070d11c278ce7242cfc7fd05bfce0758f 1.34 MB 2,169 74
678,551 678,551 0000000000000000000549e94121c4df38bdcaaeb0d56c81038bb437807c87a6 1.05 MB 388 10
678,550 678,550 00000000000000000005668bcb379cc1e97e670e971cc05524b6613c14d1180f 1.33 MB 2,119 47
678,549 678,549 0000000000000000000b441d3bbce4737a2f4f8c9e44fcd8e7856165158182a5 1.26 MB 1,646 81
678,548 678,548 0000000000000000000529034526f75ab804222d753e84f8baeb58fe8c366ee7 1.46 MB 1,907 43
678,547 678,547 0000000000000000000bc8313d0520f76a5f23c00adbfdf057e970ef97412b4c 1.24 MB 1,698 33
678,546 678,546 0000000000000000000631a87aaa5ef4edbb3638d84338d1982ce57922a3e49d 1.22 MB 2,602 14
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.