Memory Pool Memory Pool Refreshing

62,463 transactions
31.16 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,944 (338,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
511,110 511,110 000000000000000000458db2b5860771944958c7c8e48bc8ede9371fc76e5986 1.13 MB 1,932 41
511,109 511,109 00000000000000000027dc5ca1cf6e49124165727d4ca37df82df6681d53e5de 1.13 MB 1,138 36
511,108 511,108 00000000000000000000e29eaf17f68b3c389095fc2b95d6b0f49af93b201fdd 1.08 MB 1,413 34
511,107 511,107 0000000000000000001845d43505e86dde6bdbf55fce9b8325d9619a2200901c 1.10 MB 1,394 11
511,106 511,106 00000000000000000013b8641b21b2390de2d533e08e6ac3138cbd0b2ee535ed 1.19 MB 2,759 86
511,105 511,105 00000000000000000004c2c62d5e8b181fad71c1fc8631071ff2ae2fe2540104 1.01 MB 274 3
511,104 511,104 0000000000000000004afac397cd1c06265e5e24ca649b685f279a82969d79a9 1.11 MB 573 9
511,103 511,103 0000000000000000000c6c4a2db6b9e453ab8841be2dcde4f4daf22c6135e3d3 1.00 MB 941 28
511,102 511,102 00000000000000000055211c3d90f9182dfd69646cae276c71281afab908e356 1.10 MB 2,395 41
511,101 511,101 00000000000000000013407c26368258626956c822926609892cd1a642079af3 1.11 MB 2,183 67
511,100 511,100 000000000000000000188733760d5602fdfaeb5fd87d71f1e7ea8b2b83c523a0 0.11 MB 160 85
511,099 511,099 0000000000000000004fb9ee079279a8c6fed71b200e31a9a098f7c05b8f724c 1.05 MB 1,454 23
511,098 511,098 0000000000000000003edc29760117636714336fd8f8a637844c50349155641b 1.13 MB 2,733 59
511,097 511,097 0000000000000000003d4c87bd807f0d53db3e26d717bf16085b0f89d880cdeb 0.42 MB 1,025 45
511,096 511,096 0000000000000000004a78cb310fd03aea079418c6295413f15e18a4e0e27199 1.04 MB 839 16
511,095 511,095 000000000000000000085500c6bb65cb31141a62480f23e0ab940741d2e3a5ac 1.04 MB 1,054 24
511,094 511,094 00000000000000000051a3406d9b12905555d7672759e8c5320cd2fd79441d19 1.02 MB 407 6
511,093 511,093 00000000000000000026481213905448bcca4deeae40724b673bf1ab7e2c9526 1.03 MB 875 24
511,092 511,092 000000000000000000385cc2b3779817437b78bac9e32794beadb486e7328cff 1.01 MB 410 19
511,091 511,091 0000000000000000005bf2f88ab2565cfd78614e09fc140d921e999963fabaed 0.14 MB 245 47
511,090 511,090 000000000000000000585200507ab2b48fdea328e208d7f600c41454e792c4d5 0.37 MB 492 28
Previous 10 blocks ↓
Total Size: 661.40 GB

Node Information

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