Memory Pool Memory Pool Refreshing

64,884 transactions
29.93 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,444 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,348 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,443 (558,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
290,847 290,847 0000000000000000a9f8981a39831b47f3d804903e905aae01fc7dba4839d06a 0.25 MB 512 35
290,846 290,846 0000000000000000b1874f3c069fde7f2b7b96d0c89f9d93b3a121276339fcd9 0.33 MB 1,024 57
290,845 290,845 0000000000000000ead73a92d0df95cb1973a31225ddd160e36cd6e9701d8d41 0.23 MB 565 41
290,844 290,844 0000000000000000c299f560377aa3ace9f7e730885c7058efeddb84746418f8 0.03 MB 37 35
290,843 290,843 0000000000000000ac896edffd64e3ccc0e677d9248c135448b9c93f48ce720e 0.27 MB 304 15
290,842 290,842 00000000000000003785a771d2a40daf60404d0df9af4d5daeaac3b1eeeb748a 0.35 MB 1,042 53
290,841 290,841 0000000000000000c10d2330934bf847167cee99318d7715207e90cdb53ad8ac 0.04 MB 128 48
290,840 290,840 000000000000000095d4ad92eaff91e7bb35aa0fdb6df4d801d41179e5e761a5 0.07 MB 65 13
290,839 290,839 0000000000000000e28e1aac7e649ecc64d89bc0cef51af5b52ac737d4d49484 0.35 MB 854 35
290,838 290,838 000000000000000007bf54e0e4a4a83f86f700f9752410ea5babd0b6a9f78bac 0.11 MB 278 87
290,837 290,837 000000000000000099a888f2271f32f3c38e73b73a0bce2fd31539fae791a187 0.07 MB 127 32
290,836 290,836 0000000000000000fe9bbea2318086c2b7925ceda0cb82c7b49abaf52f05d303 0.10 MB 59 7
290,835 290,835 00000000000000007a3478fa815a26ddd3c94687fa6ec46c5a9c58cf504cd243 0.05 MB 116 40
290,834 290,834 0000000000000000b1526d4b7e03fded381d900e0f394b0b09b697c5709b01b6 0.13 MB 282 37
290,833 290,833 0000000000000000e4c7f5a2ff7caa150e3a5d96b539b24f9e2a4fc701552fb8 0.14 MB 193 21
290,832 290,832 00000000000000000d6b99e4486796cf5c69221a9cba6720d41102fc2002e8e2 0.00 MB 1 0
290,831 290,831 0000000000000000c5e63614209fbe7bd71257be5b9bed3212066e5224bbdf60 0.26 MB 512 27
290,830 290,830 0000000000000000b5ddf9031ddf9a08781a48393592a6fa285d7327f4f6dbff 0.33 MB 1,024 52
290,829 290,829 0000000000000000489516c0c7db2dcac525bfb15a71a347a5c7109daaff3de7 0.01 MB 16 69
290,828 290,828 0000000000000000e8ab2f1c6c9c730a998d328cb9fba327fb64eb2ad16e5adf 0.02 MB 73 33
290,827 290,827 0000000000000000cc01556212bc46d405493baa736622472519402cfdd7b255 0.21 MB 325 26
Previous 10 blocks ↓
Total Size: 660.45 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 93 incoming
  • Data Transfer: 360.39 GB sent, 1.55 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.