Memory Pool Memory Pool Refreshing

63,801 transactions
25.11 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,530 (149,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
699,585 699,585 00000000000000000000bac8c6ed1b5bb856179cf71b62969781a1d44948b6bf 0.07 MB 124 13
699,584 699,584 00000000000000000005891b22dabbb1f2e58fcf28031c99f2709d8dcaa69d60 0.09 MB 163 16
699,583 699,583 000000000000000000012e91fc0ab761caeeab6ea4212a554633bb652df916ca 1.01 MB 1,382 11
699,582 699,582 0000000000000000000d76339a22095cad7de7a0b52055ce4c9fb1af68b4a837 0.58 MB 1,050 12
699,581 699,581 000000000000000000092cc25a88ab1e015efe5637f173c4df612d75a797e80f 0.50 MB 771 8
699,580 699,580 000000000000000000071e11ffcc220d7cddde715f77d0586a657249321c929e 0.37 MB 354 11
699,579 699,579 0000000000000000000e00b7994d797e38d32935b9a00cbd19541c8c2212452f 0.59 MB 932 16
699,578 699,578 00000000000000000007af77d1cc42ca671aef7b819e324de644657e0ea09321 0.21 MB 262 11
699,577 699,577 0000000000000000000b7a9d3806104c9b1cf21d34e776c540b1be37383f18ec 1.02 MB 1,825 4
699,576 699,576 00000000000000000007bf2d21a0f724a3b6e12c0d4367660c2e1809c97bd0cb 1.39 MB 2,597 19
699,575 699,575 00000000000000000002a589c02c84d02b7ad232b0683eea428193fbf012545e 0.64 MB 686 10
699,574 699,574 000000000000000000045f7ad2c8147fb00e41018eb3b16ea73215ee499e7ad9 0.27 MB 498 24
699,573 699,573 0000000000000000000ef82d67ae3f1dfa90288665f3d223e384ea766f0fa7b1 0.67 MB 1,000 5
699,572 699,572 00000000000000000001b15811a5731986fd450df2d65b22881109691634dba2 1.24 MB 1,178 13
699,571 699,571 0000000000000000000bb0ef1dd01e3b9c490b04a9a3962d7cfbe207e077ad5b 0.17 MB 68 1
699,570 699,570 00000000000000000001b7eba1869b82fa8a7a6afd79d4f139d77fd263446338 0.65 MB 1,135 16
699,569 699,569 0000000000000000000060de7f1386e6495badf617aeb47e73a8cc0825972472 1.69 MB 1,647 4
699,568 699,568 0000000000000000000328e6e0cdd7cd68bcd5acb02440a3147ce77f4cf03e12 1.48 MB 1,706 9
699,567 699,567 0000000000000000000144fb0d78f278ad5d57313b484336139b93469bc586e5 1.41 MB 2,587 17
699,566 699,566 00000000000000000007701bcb9b1fc2f7fb547bbe27e69e4f277e0f72513822 1.46 MB 2,445 22
699,565 699,565 00000000000000000006e3f9d56f981b063a66d79826124459300c133f1ffaea 1.07 MB 2,014 11
Previous 10 blocks ↓
Total Size: 660.61 GB

Node Information

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