Memory Pool Memory Pool Refreshing

78,599 transactions
33.08 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,589 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,407 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,588 (329,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
520,085 520,085 0000000000000000000d9d423ad975c1903ab4049a656b3ae6b8e79d07515e8d 0.01 MB 34 74
520,084 520,084 00000000000000000039230039235f3436e2008a8995849440f0a61fce00d07e 0.30 MB 486 86
520,083 520,083 0000000000000000002ba28b75dad400b9ec84abb08375f1d3c3a93350af4049 0.77 MB 1,351 17
520,082 520,082 0000000000000000003b321c6bccec9c60a2f6f735a5ac8b4ffcc9d734bcea28 0.28 MB 527 87
520,081 520,081 0000000000000000002c90a425aaf2ef74c8a2078dfa5ca9c77fb100c5120e7a 1.01 MB 1,368 44
520,080 520,080 00000000000000000040bd5b8aa62443df1594299f905e3dda8a63375d38287d 1.13 MB 2,952 110
520,079 520,079 00000000000000000007a27c6cef91adaf5d52ffb945244e20c0a94ec36d4a6d 0.04 MB 86 74
520,078 520,078 0000000000000000001666c4744714d226c7b5921710f66f227e4afa7b7c0ee8 0.07 MB 159 87
520,077 520,077 0000000000000000003fbdac337c52166f213b43813c620d687d0c7aa799133e 0.82 MB 1,508 56
520,076 520,076 00000000000000000020af87f64b87edbbd0d3e2bdfce6c0c3c94b2854478f60 1.04 MB 734 28
520,075 520,075 0000000000000000001a097e444bc9b854739a05dcba4866532a07c0f38c9985 1.15 MB 2,108 70
520,074 520,074 000000000000000000421e980da941444480db77509695a191a0dae661ba06bf 1.03 MB 400 13
520,073 520,073 000000000000000000100a12dcd5292df1ee0b3a440a15186af7c4070c22bae4 1.10 MB 1,645 20
520,072 520,072 0000000000000000003b8640f424506fdefe8c2c777ca2ea51113879a2b10ed9 1.08 MB 1,487 58
520,071 520,071 000000000000000000267256288128f1773a6c078d71ea898bf9569664bee56b 1.15 MB 2,348 79
520,070 520,070 0000000000000000001442027889f4ef8cf2d0fb7f3f7ef72c727dbd2a232afa 1.19 MB 2,162 84
520,069 520,069 0000000000000000001223ad706e343191acc8fec6bf192f1abfc6b24f3982c5 1.09 MB 1,985 58
520,068 520,068 00000000000000000034f134001a870e9323d3cf1d5e2f6528eac5090e4afefe 1.20 MB 2,274 57
520,067 520,067 00000000000000000030827f3e5068604f9376a2db9a539ab803f3bd9cace3ce 1.19 MB 2,701 111
520,066 520,066 00000000000000000011f2a76d7304238f1f34971d2a09c0e5f281fa427d1046 0.04 MB 112 68
520,065 520,065 0000000000000000000a1b0886c7f6a1451f16c8eca3e4aaa61c2cb91f9c6e15 0.40 MB 594 62
Previous 10 blocks ↓
Total Size: 660.72 GB

Node Information

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