Memory Pool Memory Pool Refreshing

81,421 transactions
35.18 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,613 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,787 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,612 (534,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
315,013 315,013 00000000000000000ee625010fc5eb1070f5a9eb44878ee44116cd11406aa8f6 0.21 MB 512 33
315,012 315,012 00000000000000002b8062fbcf1c30062fd5b51c1c865f24bd279a7fdef97b1b 0.14 MB 260 20
315,011 315,011 00000000000000001e0e30d8559b741db52241c6b1952b621abb540345091b4b 0.61 MB 1,115 26
315,010 315,010 00000000000000001ceae4d647ba065d325bb678529e50092e73c86a02cf873f 0.38 MB 790 22
315,009 315,009 00000000000000001cb195b252e7585fbf1acb2d741c316a4b799fdc850e8203 0.26 MB 384 25
315,008 315,008 00000000000000001a11806493463442d7ce0f61677a4f2e08e9d7889a63d275 0.01 MB 29 22
315,007 315,007 00000000000000002fc2fa153050eb7ee6dee250cff09b19cf1dd5a92c999ab2 0.17 MB 280 27
315,006 315,006 00000000000000001706e84f4c8aa1767521241575498d8f1099d8d035313144 0.05 MB 100 28
315,005 315,005 00000000000000002494879aeffd8e609054b28d2f0d90188900c7f57c3687ce 0.03 MB 55 30
315,004 315,004 00000000000000001c5353de20f5131c03b62540b640268545985dcb95d502ed 0.15 MB 251 26
315,003 315,003 0000000000000000348b9db486a58d46cb34d164287a7546eba6cdd8302bd6d1 0.15 MB 153 22
315,002 315,002 00000000000000002ba9be3770eca21d3cb7f80cb7dce7afe91b9d9943041652 0.16 MB 301 88
315,001 315,001 0000000000000000200edaeaeea351a2d692c3abe671578eeb83fc3dbd4861ad 0.04 MB 98 35
315,000 315,000 0000000000000000062ff7f089671d68b37fec1c8a8dca03ba466e39ed95c1be 0.10 MB 143 21
314,999 314,999 00000000000000002b5c6e5cbe28325d878ddfe739dfaf79c201ea9b38c39895 0.06 MB 84 25
314,998 314,998 0000000000000000132829c7e01af2fbedac84f48049c7dda0fc951ddfdcc3c1 0.00 MB 1 0
314,997 314,997 0000000000000000132aa116985ed58b699f221f4887c8f555a71a98732b03da 0.23 MB 308 23
314,996 314,996 000000000000000012a0b2f358e74136608b5e1b0735731b51eba6abd7aa97d7 0.50 MB 769 24
314,995 314,995 000000000000000019d1e9f627533cf31d388b401ed97b078ab7799d7039574f 0.19 MB 252 21
314,994 314,994 00000000000000003480fb637df3b38b7c52af7841573be2eb2b67bb653d100c 0.27 MB 580 40
314,993 314,993 0000000000000000163fa98ff9c387bc4ad741291ddd7808fc93a656b88fac01 0.19 MB 305 35
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

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