Memory Pool Memory Pool Refreshing

78,483 transactions
31.62 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,719 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,701 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,718 (483,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
365,787 365,787 00000000000000000952124c815c424948670d52d8235d319f9ba09718976de6 0.93 MB 1,420 33
365,786 365,786 000000000000000000243ef350c3d4f36b58360b1bf4a410f76678ecdfac83ae 0.93 MB 1,436 16
365,785 365,785 00000000000000000dfb3149482ecacbd33fa077f382f2b6684e0093b27ae472 1.00 MB 1,623 8
365,784 365,784 000000000000000013ae01237a14dd5eaaca16aa4e4867bc2189b4879074228e 0.93 MB 1,112 23
365,783 365,783 000000000000000004a3d206721f84dec51420f6747583b4d63b8dfbd3922ad7 0.75 MB 671 14
365,782 365,782 0000000000000000027f778ab033f9825b709df85d6969f7d83c5f92c56f26e9 0.93 MB 1,113 20
365,781 365,781 00000000000000001050649011d22d4453a7f6caa656cddac5d9b02bda1245eb 1.00 MB 408 6
365,780 365,780 00000000000000000c52682c86e1a3859cf904898d75f176d2ddd055b30e7a27 0.95 MB 525 7
365,779 365,779 000000000000000010c5a2e597c685157fd59b023a3aa899e1379979ac40b9e3 0.65 MB 1,275 40
365,778 365,778 00000000000000001115f020b1cf4f17c1252e3c04eb40caf3ddc8e42ae87689 0.62 MB 1,083 36
365,777 365,777 00000000000000000444b4a99f54d0a79b693dbba602b684b1791d759dde00a5 0.29 MB 655 41
365,776 365,776 00000000000000000554fae92aa1822c762061a934d97a9341489ab14775799e 0.27 MB 509 33
365,775 365,775 000000000000000000a0204d347c56a1087e86469b89baa6cff25fad1ae74ead 1.00 MB 1,333 26
365,774 365,774 0000000000000000102ceee284f28f8164a5a135f22000f053230f31beabe313 1.00 MB 1,656 37
365,773 365,773 000000000000000004dc62d7c7e0245eb827310d169de024a8b35a9ecb8f83c3 0.25 MB 206 16
365,772 365,772 00000000000000000b3d888e30c58d5bb416d0e053dc657ab859c85aabbcf0a4 1.00 MB 521 7
365,771 365,771 00000000000000000e4e5ca9fa877b1d36952e604b30218ac1114754496ea2af 0.75 MB 677 17
365,770 365,770 0000000000000000111d3947ea3ff86e791a5e74a471bbf7b7e3447a368f5dd1 1.00 MB 842 14
365,769 365,769 0000000000000000081d91d19bf4d747657963f3a9d19bc212f9982388dc96e3 0.25 MB 276 23
365,768 365,768 000000000000000014372dab91f8c092f979df0163b3b08c1b946e756d2ccf63 0.03 MB 93 50
365,767 365,767 0000000000000000049065c090e0dd22e60de99e3ba9b306987019cbb5854d05 0.93 MB 540 9
Previous 10 blocks ↓
Total Size: 660.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 668.03 GB sent, 3.95 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.