Memory Pool Memory Pool Refreshing

74,138 transactions
31.38 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,484 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,723 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,483 (142,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
706,809 706,809 00000000000000000004d70d8fab4dc9798a1316e347695bbe85ee7d4be9b4c2 1.61 MB 2,448 18
706,808 706,808 000000000000000000027d1a119181ea979ccd5dc2022b056e2f36862a28b5fd 1.51 MB 3,298 3
706,807 706,807 00000000000000000008996c7b8c3d32a1f5e713bdf9d84d520bafe9e7d9db9f 1.52 MB 2,205 13
706,806 706,806 00000000000000000005e07c94268251ea53cff8ec3afc90cf304f1a5e1324b5 1.76 MB 2,574 8
706,805 706,805 0000000000000000000d7c60ae4e5335b043f0b4482aba9090241a192e2f1aa7 1.45 MB 2,773 18
706,804 706,804 0000000000000000000c410c1b4ad0defce4c6f5d0e4d0e0e5bff5583bcf5018 1.39 MB 2,479 10
706,803 706,803 0000000000000000000b2fb8ac26456ce5203275e503500dae5e3778a5c36f32 1.34 MB 2,561 28
706,802 706,802 0000000000000000000550fcd0fae5f5f48566b52fc4f4608f47dfcc463845aa 1.50 MB 3,141 16
706,801 706,801 00000000000000000009367b1ee9349549d0289b0db10cca0eca0b22e311773a 1.41 MB 2,557 7
706,800 706,800 00000000000000000003c5be470988938b15f6ca0c32475fc85115fe0cfd3bc0 1.49 MB 3,062 17
706,799 706,799 000000000000000000082e4c3102bbdaddda8f7f64a9b0ec8e02827ac5e9b918 1.47 MB 3,042 6
706,798 706,798 00000000000000000001d02e5fb3a3bed90fa68d763978cc8260b5b5d8bb68b6 1.39 MB 1,915 26
706,797 706,797 00000000000000000007b01eed88c7088a475a8f567ef9e20d0b68923702ac64 1.34 MB 2,497 9
706,796 706,796 0000000000000000000b991ee7e184c7899f9c70272ae111411dda127605d2de 1.42 MB 2,819 10
706,795 706,795 00000000000000000000e68ba0e0cd21abee365a0e759438815ad0da757492a4 1.40 MB 1,978 13
706,794 706,794 00000000000000000001a36a472318721dc205988ada6096bfb5a5dc209bbbf9 0.04 MB 54 8
706,793 706,793 00000000000000000005cb6ac21048759d30d4cc482b0e1f0aa5590cadc3076c 0.55 MB 1,256 10
706,792 706,792 000000000000000000005300102046320573a4d78947e3c4396e78a39951135a 0.73 MB 1,474 10
706,791 706,791 00000000000000000007e9ead2e1e6b3986b785980fdfe353e6e9b1be94c7a74 1.03 MB 2,182 10
706,790 706,790 0000000000000000000b693804f0333f23749482766c32b6b1868c1e44b14260 0.27 MB 714 11
706,789 706,789 0000000000000000000c4ffedaad9cda3afef4a941cc453c7a17a23a2bc69809 0.43 MB 850 13
Previous 10 blocks ↓
Total Size: 660.53 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 94 incoming
  • Data Transfer: 415.90 GB sent, 1.90 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.