Memory Pool Memory Pool Refreshing

75,517 transactions
31.08 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,549 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,538 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,548 (106,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
742,870 742,870 00000000000000000008945dc795caf30c39e1ee991cf5bc9eea65119dc2ff7c 1.47 MB 2,808 11
742,869 742,869 00000000000000000004788044c2fe99262b28d8793f33876c344fb39037bf83 1.53 MB 2,901 4
742,868 742,868 00000000000000000001f9301d40093ee0c20631fb633fac46fc0cde611c799d 1.70 MB 2,418 11
742,867 742,867 0000000000000000000654507b5d5a584845b3b7b7b7df7c11a09067f863fcec 1.45 MB 3,468 21
742,866 742,866 000000000000000000078f73ace297a88cb4f9d2173e5b57a48c3a2c61be0906 1.45 MB 3,233 20
742,865 742,865 000000000000000000048986b26f089f92a8fcaf9be3d4f16cba4935383b037b 0.71 MB 451 3
742,864 742,864 0000000000000000000076fe9d7214d494a8ba4f5d4f8f73318f30232e617684 1.48 MB 1,988 4
742,863 742,863 00000000000000000001d16858c7cb2e783ed7fa386d0502ea9bd3dc5658b570 1.43 MB 2,711 8
742,862 742,862 0000000000000000000399ef4285db65334c3331058a1b80d04afba0c6b8b7ed 1.58 MB 2,625 11
742,861 742,861 00000000000000000003d66a2995d59ee5a76ef0f22c83735864e9e5cc885fa2 1.47 MB 2,273 8
742,860 742,860 0000000000000000000490c4067ee439d88f98675a28fcd88f9d532ffaec83fa 1.36 MB 1,464 12
742,859 742,859 000000000000000000067ba2c23bd899b206f6a6ddb71da0b92f25309e225fa8 1.62 MB 2,740 16
742,858 742,858 00000000000000000001747537e36cbd663637779a8e645e4bec3c4429791cc3 1.46 MB 3,273 24
742,857 742,857 00000000000000000005b606ee0d0760c909e8a9d137d8e9e4f394f82b5459a5 1.64 MB 2,498 17
742,856 742,856 000000000000000000018e1e107f6c979cb5a610000256f77d28dbccedcbaa2a 1.10 MB 1,321 11
742,855 742,855 000000000000000000051e4b015c24bcb69605e3cc904ab37ae264138ca4c28c 0.22 MB 493 10
742,854 742,854 000000000000000000001a636f51403907b931c287b515e2f8e4c2d4c177f953 0.48 MB 610 12
742,853 742,853 0000000000000000000858df98303b98330b866e58e662420152b81344afe604 1.30 MB 1,755 6
742,852 742,852 00000000000000000007f4bc3fd991f54ccb621fd58e9d8be01baa7dca218ce3 1.68 MB 2,303 12
742,851 742,851 0000000000000000000916ef4645473fbc3143f8f5dc94fe4d683a73a064d559 1.03 MB 1,755 7
742,850 742,850 000000000000000000081965d84242a528c76244b2393e5089d0d258a2f31554 1.54 MB 2,190 6
Previous 10 blocks ↓
Total Size: 660.65 GB

Node Information

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