Memory Pool Memory Pool Refreshing

79,452 transactions
34.68 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,607 (232,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
616,794 616,794 0000000000000000001020a2183d3a0d036ba2e93015469b16a086d31e05704f 1.24 MB 2,596 22
616,793 616,793 000000000000000000122970fa7c10a127853e6c5d2ca8edd899f318128bd601 1.27 MB 3,133 26
616,792 616,792 00000000000000000005afaa829864e73620b02c9026b349838cf82b7ef57def 1.38 MB 3,234 16
616,791 616,791 00000000000000000002bfa57b7d636b77d60c908c4cfccded24aa4a6e030d4e 1.20 MB 2,491 33
616,790 616,790 000000000000000000032cbb6d65179f8fd52e8231076a375942f96ddfc33ea5 1.16 MB 2,192 10
616,789 616,789 000000000000000000060bf6aa2cefa6db5db2ce1cc2bcbf4080be7d936928e6 1.28 MB 2,565 17
616,788 616,788 0000000000000000000636c58aaed03d14b983ffb9d59138263386a7990ec638 1.32 MB 2,594 18
616,787 616,787 0000000000000000000e27c12c72549079b9b8f57dc9ce3639b5c579630d1b39 1.18 MB 2,732 10
616,786 616,786 0000000000000000000eaa06d3b7583fe8eac32dd570900b78cd0a69459bede4 1.29 MB 2,628 15
616,785 616,785 00000000000000000007c7186fd29956197dc96222b8db62334d73054efc33fc 1.27 MB 2,741 32
616,784 616,784 00000000000000000002c20407ffc23557d4eb2c1790701fe1c516ff68e18686 0.70 MB 1,572 5
616,783 616,783 000000000000000000061f05cad5465170f4ba7e392adeee9e441977cddf7f3a 1.24 MB 2,354 6
616,782 616,782 0000000000000000000495deb5df2c4899d2515efc99339caa1d3f1917fb554b 1.36 MB 2,803 13
616,781 616,781 0000000000000000000bfbcf62540cc037f85d4f0249b44aa4c0383bd813ffee 1.25 MB 2,342 27
616,780 616,780 0000000000000000000e9127afed6295be4e09f562267257ad7cd139d5dd714d 1.19 MB 2,552 1
616,779 616,779 0000000000000000000824b07160408ad4f2c02a8d76974b8110925bba6454f0 1.25 MB 2,796 17
616,778 616,778 00000000000000000006ec134fc5e14d657ecfd75814ca2c06513df1854e805e 1.24 MB 2,442 10
616,777 616,777 0000000000000000000e2597a17df1bf105051df1914511c1fc1565a70fdd74c 1.24 MB 2,662 17
616,776 616,776 00000000000000000005e3b9f06fe01d4fa6b14fff5b1efd8b102688d558ecf4 1.25 MB 2,344 8
616,775 616,775 0000000000000000000e1c2cdfd3ef16674900f7f54bcb4ffa3af2be8ab0acb4 1.18 MB 2,229 7
616,774 616,774 0000000000000000000ac4ed6d6210fcd3b31efdd611be6a0dcb8d0362480ed1 1.35 MB 2,672 17
Previous 10 blocks ↓
Total Size: 660.76 GB

Node Information

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