Memory Pool Memory Pool Refreshing

91,921 transactions
34.06 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,413 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,373 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,412 (150,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
698,505 698,505 00000000000000000007730a4d4ae6458d090a9ee4608c31123efb80db63596e 1.40 MB 2,089 15
698,504 698,504 000000000000000000090f77cb49f79d43b5bdede68561a6fa96c482d09d4908 1.57 MB 1,884 7
698,503 698,503 0000000000000000000ea4e45015ab2ca81002a6628a20752ad9590652628095 1.41 MB 1,994 11
698,502 698,502 000000000000000000032e35c6c71d88f132f44c866965f7e94bfefc497b8e1e 1.39 MB 2,507 21
698,501 698,501 0000000000000000000f9f63950a538dd807dc1b6c355360299f7bf49bdf101c 1.47 MB 241 1
698,500 698,500 0000000000000000000c997d96a9c2a69a57e7dd16c9aebd8133f961676fd2a1 1.43 MB 1,611 8
698,499 698,499 0000000000000000000b3c718fefd411055fb628d5d470f4c25b228337708916 1.19 MB 1,074 14
698,498 698,498 00000000000000000002356eb6766598d9d800f7d4cb764e6e3bd5761cf1d9d3 0.36 MB 527 8
698,497 698,497 00000000000000000006fc422b3b345af0392a26ccda35ec42678b464436922f 0.05 MB 116 11
698,496 698,496 00000000000000000001b2e2a30d17ed3b93fbe493db4546d2af86d0d38b5905 0.71 MB 1,268 17
698,495 698,495 00000000000000000003c31a62c9e83a468591d9a3a793cac5df94e7ae18b725 0.25 MB 433 15
698,494 698,494 00000000000000000000d65b12232da0a4a711e892d6537e50d666ebb15723f2 0.49 MB 765 15
698,493 698,493 000000000000000000086fd5b94562c2cfafcbe5a07df7987ccf85588474ccf8 0.61 MB 990 15
698,492 698,492 0000000000000000000ca30c1689a226c4a2d6ad36478039d2dabd66a0753c3b 0.11 MB 233 6
698,491 698,491 00000000000000000006573f768223f219d3353f886f706c8e142783f7a4061c 1.47 MB 2,565 14
698,490 698,490 0000000000000000000f5b20c8a5f6e9ab37e86a4b217a8390ffe376de8f9373 0.93 MB 711 3
698,489 698,489 0000000000000000000bba55ffe3c7fa2cf60d573ff90e8d88f3f9da4d013e5a 1.11 MB 506 3
698,488 698,488 00000000000000000005d308d213f95a186c963ccac5a0b4c625396c5fc2f271 1.15 MB 803 1
698,487 698,487 0000000000000000000930376ee90841d093958e4585611949ce90151f87e914 1.38 MB 1,903 5
698,486 698,486 00000000000000000009c0b6cbfed91b28fdf1b76a5c1b5fc513347db82f3a46 1.38 MB 2,044 6
698,485 698,485 0000000000000000000805d4771a218b4e240f5de583b196a1157504f6d01f9f 1.23 MB 1,218 9
Previous 10 blocks ↓
Total Size: 660.39 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 86 incoming
  • Data Transfer: 317.24 GB sent, 1.30 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.