Memory Pool Memory Pool Refreshing

78,385 transactions
32.30 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,586 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,817 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,585 (76,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
773,584 773,584 0000000000000000000551dbfe11b6647d0197befadf19f990a40e2849b4ea8b 1.52 MB 3,259 19
773,583 773,583 00000000000000000004da2b2bf60850600a8a812729e026cf8151fe944333e4 1.42 MB 2,415 11
773,582 773,582 0000000000000000000397ffb780e64e77e93a4237c4087065d83da267eda958 1.61 MB 2,687 9
773,581 773,581 000000000000000000070936e2315e7e4ff5085e6839007427f025c90921942b 1.74 MB 726 2
773,580 773,580 000000000000000000028a89ada1c443f745a0577fd47297b02f8f00c6cdd70a 1.09 MB 681 10
773,579 773,579 00000000000000000004a2491f296008214f40ea9162ed3f7d5a1cedbe9343bf 0.39 MB 770 10
773,578 773,578 00000000000000000002b77841fcc680dc661dd2d9ee7e310db5743571754b86 1.57 MB 3,127 8
773,577 773,577 00000000000000000006219b81149053687d9eb1f2d9eed613945251dbeb041d 1.59 MB 3,587 6
773,576 773,576 0000000000000000000172c4005f07e399399e573192101b23c9cd9677833c17 1.67 MB 2,575 4
773,575 773,575 00000000000000000007039090c7a5bd1de658266a8b150c8bc4f9c8224f2328 1.74 MB 2,868 10
773,574 773,574 00000000000000000001528a53365da121d5e01862b0db4ed590ca205829a707 1.57 MB 2,526 8
773,573 773,573 00000000000000000000b575f6500ffbb41241e9667582b3041d3b6808352616 1.54 MB 3,513 11
773,572 773,572 0000000000000000000165603d9fc1dbcbcb7ce5288d4de44bbb952366efb3f7 1.47 MB 3,373 24
773,571 773,571 000000000000000000060c518fa3c594346fb5bf119c729e44dc8902bb4e1c1c 1.62 MB 3,169 9
773,570 773,570 00000000000000000002d52c8d73f8dd02f32c7228253dfcf2d8fc539032046a 1.20 MB 1,079 9
773,569 773,569 00000000000000000002889f13a35cb9fcb64570032fa1fd394727b5ddf2ab7b 1.51 MB 3,657 12
773,568 773,568 000000000000000000020421f9a7eeb553459e949006d404d8ec5d8b0197c9c6 1.50 MB 3,137 22
773,567 773,567 000000000000000000045403e15033c38c7233c82203316b80aae1e50c41b89d 1.58 MB 3,315 4
773,566 773,566 00000000000000000001780912746f63f290cde3c8d8748307d61afb5cae424f 1.46 MB 3,445 17
773,565 773,565 0000000000000000000248f78ace88bb64ed518d687035da18d25d58bef5928a 0.19 MB 156 2
773,564 773,564 000000000000000000044ebf946ecdc448ad5d0f295b7905b7000ad8f5700b0a 0.36 MB 564 5
Previous 10 blocks ↓
Total Size: 660.71 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: 523.44 GB sent, 2.87 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.