Memory Pool Memory Pool Refreshing

74,726 transactions
30.79 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,572 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,816 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,571 (146,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
702,751 702,751 00000000000000000007072e159f5ae2ce9105c4f3806a5aeeba2760f7b72ba9 1.43 MB 2,831 17
702,750 702,750 00000000000000000006dd6b875e2afc93145c965ff828e92b1116d1789058c6 1.59 MB 2,746 10
702,749 702,749 00000000000000000005c169b365ff4881a273172be0270841726d618147f446 1.24 MB 2,284 7
702,748 702,748 00000000000000000002a88d2b7660ed7e2b22f68e3454de4708aaac40d259ac 1.58 MB 2,415 6
702,747 702,747 0000000000000000000df5781fd4feff2d5729fbb022a20683c75b1d9600a899 1.98 MB 1,489 11
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, 108 incoming
  • Data Transfer: 514.07 GB sent, 2.77 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.