Memory Pool Memory Pool Refreshing

79,280 transactions
32.65 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,722 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,563 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,721 (233,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
616,639 616,639 00000000000000000003d099a0d2a1af7043d51de4075742a4cfa2d2a1446ed2 1.19 MB 2,488 11
616,638 616,638 00000000000000000002d39b346e74e08eec1fd07d1210d7500c9167d2e8ac49 1.20 MB 2,388 16
616,637 616,637 0000000000000000000eac8bcb0b55c5a00d438cd68de2836e20824b59bbf571 1.25 MB 2,672 12
616,636 616,636 00000000000000000010767ce283acc8c10657299014a846b92d797390f3dc15 1.57 MB 1,611 8
616,635 616,635 000000000000000000020475a054d6657a1443a085e7b8da00ae7be58bf0383b 1.32 MB 3,128 28
616,634 616,634 00000000000000000007113e79edb30157cf555e802f715bc78631a507e1fdd4 1.25 MB 2,664 26
616,633 616,633 00000000000000000000cae29061ce1f36763bb8a7f4ca0f5abf2e53bd8ffbb3 1.30 MB 2,824 11
616,632 616,632 0000000000000000000d68f86089b3d93b0bf988394d4ed44893524a643fae07 1.26 MB 2,781 12
616,631 616,631 00000000000000000009fb32c368c1c2cafbd24a2506068c982a4a54f173c7a2 1.29 MB 2,876 17
616,630 616,630 0000000000000000000290057ac76fc0b9ca6e2ea783df49b512230a052a14f7 1.32 MB 2,888 25
616,629 616,629 00000000000000000007d0c1227f06d4464f9fa0fd03cc1c1411f9be08b024cd 0.42 MB 934 14
616,628 616,628 0000000000000000000d24eb7d15447b83b2795fe25ac4f6ac92dd3c1b7a2c79 1.15 MB 2,854 14
616,627 616,627 00000000000000000011462702c998b7244f4e088d91a52cd7ddb7b19af36810 0.70 MB 1,592 14
616,626 616,626 000000000000000000077e3836b904c722e03797baf5d0702c907b4c86811ab8 0.84 MB 1,837 6
616,625 616,625 000000000000000000039b2a1d794474d3ed802276ac678d14efdf054fd9ff67 1.46 MB 2,054 23
616,624 616,624 0000000000000000000a94769d6b5c953482e821869ec57e24ee783bd4fbaffe 1.14 MB 1,994 6
616,623 616,623 0000000000000000000c202794a07ea5a6ea5cdc7b951eeee04485b42ed28b1a 1.48 MB 1,917 25
616,622 616,622 0000000000000000000ff9c83b894a8d8f4b72406b216ceb557b7f081e741f92 0.12 MB 305 20
616,621 616,621 000000000000000000027d1aa40e952a9253e8556a8f91d8d5c4ddcab2f70536 0.60 MB 1,273 17
616,620 616,620 00000000000000000001d432b156f481a94336c1a6cbd41a47b583369e1306e8 0.94 MB 1,702 15
616,619 616,619 00000000000000000007d8f8dd2ee087ac82389d63cc419de4d2fa8a3eefa756 0.21 MB 462 19
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: 678.51 GB sent, 3.99 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.