Memory Pool Memory Pool Refreshing

78,700 transactions
27.42 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,535 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,649 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,534 (301,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,543 547,543 00000000000000000002c7d8a5dbd6567a4ff25245874f554a20d9ff4025ffb5 1.16 MB 2,320 7
547,542 547,542 00000000000000000008a6140f0e84554225b4edb89871e0eab1efd9895c33ac 1.22 MB 2,957 16
547,541 547,541 00000000000000000011844e5fdad98636efc57f18a93bc117165db1c4cd3795 0.89 MB 1,671 8
547,540 547,540 0000000000000000001d4729bc62aacabd3382b606272028207066d903efd58c 0.30 MB 547 25
547,539 547,539 000000000000000000262ab8a8e97c708e6182b129c70bf9e7f5d3b672290c7d 0.77 MB 1,530 10
547,538 547,538 00000000000000000010f605bc1637bbdf3bf276d8364b6f02f2e678e594b730 0.51 MB 967 8
547,537 547,537 0000000000000000000bf6f668017d7e84443902361c5e035608a3436577085c 0.92 MB 1,145 6
547,536 547,536 0000000000000000000845e6d12def052714ae57fc9a71fa4715072cadf62afd 1.14 MB 1,423 4
547,535 547,535 0000000000000000000f8edad4963360fefc94e79ddb986109bfeecc304e1531 1.18 MB 2,853 17
547,534 547,534 00000000000000000013df772fa5f035e5279c0685611abc76f54ca3655db7ff 1.13 MB 2,432 6
547,533 547,533 00000000000000000002148ca22602ccfbd01b237ba7f9c82a6a4b2fd1f84953 1.37 MB 2,933 12
547,532 547,532 000000000000000000090b67ca3e9c3610b79e200e1a6e668ec2cbe6c830b8d6 0.67 MB 1,740 31
547,531 547,531 0000000000000000000940db933cf32329e6ec92695fa80b3a0e70c7d1fbe2c4 1.35 MB 2,880 13
547,530 547,530 00000000000000000023b92909d86f43671076e56c461f1b1571974843d6b6b6 0.36 MB 950 26
547,529 547,529 00000000000000000004919c0f525986112e586e4552a351aa435e044b8f33fd 0.06 MB 169 21
547,528 547,528 0000000000000000001ab91ed6c0642b967d5dc1fd6f0dd2b3e7cde304860603 0.68 MB 1,049 13
547,527 547,527 00000000000000000008c8b4bdf2b271ec98b9d4b9fa96849aae92c30f3beb0f 0.58 MB 759 5
547,526 547,526 000000000000000000124c9a3acbdb84e8c962fcd3b59143e3166bd7ccc07bec 1.25 MB 2,551 11
547,525 547,525 00000000000000000007ca4b8922f11ba72ce37077d2ae0c1d0b7f0e26e27bad 0.22 MB 436 7
547,524 547,524 00000000000000000023d4e94eb2def1bfae54c56a5910fe630c5575b2a697ee 0.73 MB 1,536 11
547,523 547,523 0000000000000000001ea745cd8c6c044214f8cfaca7ff1833800af4f1ddca82 0.97 MB 1,693 4
Previous 10 blocks ↓
Total Size: 660.62 GB

Node Information

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