Memory Pool Memory Pool Refreshing

85,054 transactions
34.27 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,574 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,799 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,573 (407,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
441,927 441,927 0000000000000000039dbb85f9031eff8db16689fda951a5b18743cdefec48b8 1.00 MB 1,844 41
441,926 441,926 000000000000000000e4e064c38bba3f9e64a8697ac748c0380ef5e58629ce1f 1.00 MB 2,569 98
441,925 441,925 0000000000000000030b698bef5bf2b2c12b6839876e26c34895fdc759b0b33a 1.00 MB 2,187 56
441,924 441,924 00000000000000000148a80a8f117478471566fa81fbc0561269acad431ece79 1.00 MB 1,455 57
441,923 441,923 000000000000000001718fa94cd6d4e90cd2afdadd07441c5fb6ee055685daa9 1.00 MB 1,665 47
441,922 441,922 0000000000000000032bfd23964f14e0c4e7f678226b4f7d56f8b577f3e20cc9 1.00 MB 1,589 75
441,921 441,921 0000000000000000028c24159b8db422e71b2f5b7e27927746130b630c8200c8 1.00 MB 2,290 80
441,920 441,920 00000000000000000320841b7f8f2f1f7568757e4126a0780875caf7ea4b820c 1.00 MB 1,418 62
441,919 441,919 0000000000000000030214612d884d0f8f90fc3990ea07cd6bb8eecb3be10271 1.00 MB 2,512 66
441,918 441,918 000000000000000003404b90b1c26bd1d07d96e1c8ba3b5b65188517722fb0b4 1.00 MB 2,472 71
441,917 441,917 00000000000000000289ef3a62a2e1ef7b0d853df4d26fcef7a0bad88efdca22 1.00 MB 2,322 73
441,916 441,916 000000000000000003d0feb0b0482b121b718e84a5d6510b0b29712ae8424df5 1.00 MB 2,343 82
441,915 441,915 0000000000000000000298785ea57115b8f9bf243145ab6c7f9b5af2e1c155ea 1.00 MB 1,091 99
441,914 441,914 00000000000000000238428eed141719d8c288efc1e0a604046cc405de7b2961 1.00 MB 841 95
441,913 441,913 0000000000000000023319e967f552e1cbbdf37006b3138f8aef0797fe152e9d 1.00 MB 1,015 102
441,912 441,912 000000000000000001f83413c3a8936ae6397e7ecadcb47c6e1494b713b18025 1.00 MB 2,122 114
441,911 441,911 0000000000000000033845518a6c9bd124a18e1b1c9125b21792f7a3071ccacb 1.00 MB 700 58
441,910 441,910 0000000000000000021462126716b4ef7ddd14bc0611b9fa23dc9bfccd470f1b 1.00 MB 1,866 67
441,909 441,909 00000000000000000107416c565a1dd601102b8fbfe02c098b38f168f6af9afa 1.00 MB 2,298 72
441,908 441,908 0000000000000000032852e38148dc002017590a890bacfb9f962126551e2d8d 1.00 MB 2,827 87
441,907 441,907 0000000000000000021695629176fd093a63d586702f1c5587037be40a1ae12b 1.00 MB 2,400 81
Previous 10 blocks ↓
Total Size: 660.69 GB

Node Information

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