Memory Pool Memory Pool Refreshing

5,001 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 480 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,701 (893,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,590 15,590 00000000705aba7f7eb7fbaeef475de789ab8debf1435d1cbca2013a92cbd774 0.00 MB 1 0
15,589 15,589 000000005f519c0f9f50e3d9a3e7626e9e3f99aedb921674a7a8bee90256fa58 0.00 MB 1 0
15,588 15,588 000000002dbf770cd843885b92ee4028775d6842dca9c9044927526b2b4e9899 0.00 MB 1 0
15,587 15,587 00000000c9e3a6283397781303d0708ba4cb8d5481cf7f3cfac1bb26a07b2cb0 0.00 MB 1 0
15,586 15,586 00000000dbeb9a56d0ccb7cf4f2c71385ca10db60d345fcc126f6ee759ff2951 0.00 MB 1 0
15,585 15,585 00000000c2131083e4ae450239b854ea61ee6fe20cd0a81e8a23f7a8654d1302 0.00 MB 1 0
15,584 15,584 00000000934572647254aa80eacb99febd561103e8f9e73bec86ec14c60e80c2 0.00 MB 1 0
15,583 15,583 000000005f253d330b0efcf47dfa46649a616eeac366c6bd002aa51c5dc6a0c0 0.00 MB 1 0
15,582 15,582 000000004f70eb9d368d5f53313906741d44efd120c4d9765f56c6df343dcf76 0.00 MB 1 0
15,581 15,581 00000000e9e12ae430d585e1e863a7142766623c5d0b8cf793fe4c0b8bd5d14a 0.00 MB 1 0
15,580 15,580 00000000be7e18cb0d2139aa158c6ad211917047c68cbfb7b2ef2ac110022e2a 0.00 MB 1 0
15,579 15,579 0000000008f62383b683d8010bc91e60eaca6aea5094a2244e357db1429807eb 0.00 MB 1 0
15,578 15,578 00000000cee2bd28e0471823b29dbd215738ac0d824cdfca0a4ef7ce8e2364fb 0.00 MB 1 0
15,577 15,577 000000007ac696b04217611bdb02c43723bea20d3ec4dd191d39d878f2673e4f 0.00 MB 1 0
15,576 15,576 00000000f993332f323d121abbe2613b3836f2dc612332f3143c1beb58dd6dde 0.00 MB 1 0
15,575 15,575 00000000a8fc2ed9c72ebb0ed6675aa9cadd39308878cfececeaf5575d3614e0 0.00 MB 1 0
15,574 15,574 00000000b9a6173f1197b7dbf3319bdca5ac23cdb82885b25ba41aa89af187eb 0.00 MB 1 0
15,573 15,573 0000000053ef8e06e31d02b43dfe76767c43e751317715ebab168b14e735edc2 0.00 MB 1 0
15,572 15,572 00000000fa5fb19f3428bf679e9101cbe1e792eb952a4d30b8a92c06fd4ee16a 0.00 MB 1 0
15,571 15,571 000000000b28726dfcc48cdf26cb742962b217e55f7bd515d0341ccedc205e90 0.00 MB 1 0
15,570 15,570 0000000081fd6ace01e3bacbe37aaf1bfd983837e54c851168bd9c43e2ee32b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,854.46 GB sent, 101.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.