Memory Pool Memory Pool Refreshing

57,045 transactions
25.37 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,441 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,395 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,440 (146,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
702,772 702,772 0000000000000000000e6df2410aaf5944e2e586f6d45dd5f27efe021b909331 1.48 MB 2,232 12
702,771 702,771 0000000000000000000e34726fb9fe7ca6609c84fa74a90682280c57b497ddf1 1.42 MB 2,798 16
702,770 702,770 0000000000000000000198a62960597943e885604cdb40c689f628e7e2a9fd45 1.69 MB 2,155 5
702,769 702,769 0000000000000000000b25c57731d910fa453ce1ea890571b643ddae0cfc6682 1.21 MB 1,472 3
702,768 702,768 00000000000000000005daa0bca5763a5f3a849d6c0dda1df6765431ca1f7621 1.46 MB 2,581 4
702,767 702,767 00000000000000000002832abd18a0d5905fa0addc511b0c743653dee8de7f6b 1.56 MB 2,787 4
702,766 702,766 00000000000000000007eb75fbd287b08297d6f0585c88dafb6bc5cd5df4d6ff 1.16 MB 1,488 4
702,765 702,765 00000000000000000002d93db2ad932137afa696e7b2391cfe3fc9ae7385705c 1.47 MB 2,133 11
702,764 702,764 00000000000000000007b09d39572fdba4b92b938294ec100f6d588b6d8911d1 1.50 MB 2,653 16
702,763 702,763 000000000000000000002f2462142070b2e80d8d68df6b54f43d3ef7b388d04b 1.47 MB 3,225 14
702,762 702,762 00000000000000000003cd7f91dee706746a20423ce6d6059b411f9d3a1889ac 1.49 MB 2,664 14
702,761 702,761 00000000000000000000172350953ef881f04e6f6f135b1e0e85c0aef0eb2b30 1.54 MB 3,297 5
702,760 702,760 00000000000000000005592b56081ad88b86007be441f7f58ced5e8b673f1067 1.51 MB 2,275 5
702,759 702,759 00000000000000000005862b50d1faee6e7460e3d3857bc8a1b2bbf18c4f6b91 1.44 MB 3,014 20
702,758 702,758 0000000000000000000dd13b37ce4c288b5b69e3348fb40d6249586aa8c4b70b 1.64 MB 2,458 14
702,757 702,757 000000000000000000057bfb038a43d9b6118cd53cf62b99da6b1adb38f9ea81 1.51 MB 3,260 7
702,756 702,756 00000000000000000005c09689da68a97d33e2baa6338a36ef66d9141d0dc3fd 1.21 MB 1,263 8
702,755 702,755 00000000000000000008132062926f1d2e2030504e4f4a838527b4954aac9eea 1.28 MB 1,581 8
702,754 702,754 000000000000000000015965fbf604fc9de6d672aa9baf42eae9de9d4dbff578 1.55 MB 2,910 7
702,753 702,753 000000000000000000027fb33c5b3e3540b1b79fa6b744d337939bbad7190824 1.55 MB 2,546 13
702,752 702,752 000000000000000000064728096452742ff58c4481142afbd291a7a81f175fd5 1.48 MB 2,807 10
Previous 10 blocks ↓
Total Size: 660.44 GB

Node Information

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