Memory Pool Memory Pool Refreshing

80,133 transactions
34.57 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,612 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 1,999 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,611 (65,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
783,620 783,620 00000000000000000005224f94974e84f060e2102fe8862f20373e3e27217318 1.67 MB 3,014 21
783,619 783,619 00000000000000000004711ae7e47addfd87451a5dac25480fbd167bbf3997b6 1.83 MB 653 4
783,618 783,618 000000000000000000035d9377cf998cbe96c6df3626bebb0c2f534cd0881a33 1.73 MB 2,955 14
783,617 783,617 00000000000000000000c6d535765397585d87346883e8a9b54d2c5dc08dc30c 2.13 MB 1,249 7
783,616 783,616 00000000000000000002c5da180c6da326add953b9ccca02555dbc590637e8ac 2.25 MB 1,150 7
783,615 783,615 000000000000000000010a68c6b65e7057937412a3295e5307b47ccb4ef15f24 1.67 MB 2,728 19
783,614 783,614 00000000000000000005e9ff3bf47089ab19dc879f0ee9c28df3429622b5ad76 1.74 MB 2,753 11
783,613 783,613 0000000000000000000004a25ce45c1a254d27d7886eb521f7c4b248ab9f89af 1.66 MB 3,132 19
783,612 783,612 00000000000000000001fffb749ec5e8f10d1ff7216713b0895fee014b72eba6 1.36 MB 2,366 27
783,611 783,611 00000000000000000005fe048a42517e54b26d1f4877653fffd0ba627523b174 2.01 MB 1,855 13
783,610 783,610 0000000000000000000516faf16835221e49ca8ca5fbc21a2790c4915611d0d8 1.78 MB 1,834 14
783,609 783,609 00000000000000000002f87405c9b093c7144b0aa9173d0f97b33b9c981c95ee 2.08 MB 2,242 16
783,608 783,608 0000000000000000000098e42b2e56870ff0aa97486807500c644d53fecaae3e 1.92 MB 1,367 9
783,607 783,607 00000000000000000000d1885ee6b2f6ca0132cb9f7eacf63f5b6e8ed448cb17 1.95 MB 2,876 14
783,606 783,606 00000000000000000005c63789cdae6ae43d167304d241766cfdd6be85fe0c39 1.98 MB 1,897 9
783,605 783,605 0000000000000000000285fb71c2ece2b038c8fefa5d5209836b8e642c21d611 1.60 MB 3,697 26
783,604 783,604 0000000000000000000132a97a127e72171d7d9219d4f3493814d478ff3c5aef 1.66 MB 3,118 21
783,603 783,603 00000000000000000000c429d5b283c8da6e6b47c338590a64440f0091fd45b1 1.34 MB 2,453 27
783,602 783,602 000000000000000000024072382ebc1b0f7180366732925548acdcf93f7a1d47 1.89 MB 212 3
783,601 783,601 00000000000000000003dfd248ff5da9c0b7411d0631e2591681463c9baa88e0 1.86 MB 197 3
783,600 783,600 0000000000000000000562d5a8f4b0fd12b46469016cf4e1e444a1b586efc22e 2.99 MB 1,373 4
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

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