Memory Pool Memory Pool Refreshing

67,088 transactions
35.48 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,800 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,621 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,799 (269,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
579,881 579,881 00000000000000000008956c708555e570d1796df3f190d3b54f35c45ac9f145 1.03 MB 2,754 16
579,880 579,880 00000000000000000018f889eaeec2d35194757aa36603d72a3ff30e8874ba86 1.22 MB 2,967 82
579,879 579,879 0000000000000000000e3129fbfcd22436ca02c6b4d1edec80c726ba0b8d6a2b 1.26 MB 2,652 60
579,878 579,878 0000000000000000000ec9115b9f2fd5f3e946b0b6b647ba8d56bf954c3a0969 1.48 MB 2,651 118
579,877 579,877 00000000000000000007c452f9ce06189b993c1686b36f0b01116a5bd025fc2f 0.70 MB 1,779 46
579,876 579,876 000000000000000000127b58cbd4d75ab6116e5105c386c9d8b789e4f1e908fd 0.52 MB 1,239 40
579,875 579,875 00000000000000000024fdbac4b5184361203ba8a8af5f15774e60468b989826 0.43 MB 832 32
579,874 579,874 000000000000000000031a9aed17db230f9237a30295f646d34f4b0042c38b15 0.93 MB 2,784 5
579,873 579,873 0000000000000000001a9749cac3edc3f185c194633b49e97a092146bb5bc650 1.31 MB 3,005 79
579,872 579,872 0000000000000000001ae04dd19b65417d15b3086dc26b7362862a67c5874303 0.50 MB 1,094 35
579,871 579,871 00000000000000000020300432b2f819dd298a375a370a256cb889591ad80c54 1.10 MB 3,310 23
579,870 579,870 00000000000000000012a01d8a3f746b0d6eb6860697157d6be863fb70041920 1.18 MB 3,268 48
579,869 579,869 0000000000000000001ed5a6066e6eb473c4d5917bcb4d9b572bb10ff183aa27 1.24 MB 3,407 58
579,868 579,868 00000000000000000025733fdd62e6d813082c5c4010dbae31b2677f90931c9b 0.02 MB 57 17
579,867 579,867 0000000000000000000deabace94fdd99a96cd35f6d4a215eaa6bf74a56cecfc 0.68 MB 1,237 56
579,866 579,866 0000000000000000000e4e1dee7667e665ee6f000a6bc11baebb0b8e4ad26ccc 1.24 MB 2,903 27
579,865 579,865 00000000000000000011e3913c209f26e2ab6f42972d2969dd7750aacd899750 1.20 MB 3,297 49
579,864 579,864 000000000000000000146b77020391f456401fb423160ea3047f0a3419889a59 0.19 MB 606 30
579,863 579,863 00000000000000000013c0b4c081c97f9917658e1e27b66621a924bd74fe516f 0.31 MB 849 34
579,862 579,862 00000000000000000022d16b76e1d417c8b6d634aceff21560fe2ef3bd4efc63 0.64 MB 1,968 32
579,861 579,861 000000000000000000204ff31dbe7788cfe6747b3447eed888ed381b3b442691 1.84 MB 1,205 40
Previous 10 blocks ↓
Total Size: 661.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 742.54 GB sent, 4.78 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.