Memory Pool Memory Pool Refreshing

68,915 transactions
39.55 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,076 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,356 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,075 (361,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
488,815 488,815 00000000000000000041a766f2d2f5f19f8d682ae4043adb5567c1e96ab85c6d 0.65 MB 1,348 102
488,814 488,814 000000000000000000c750a1dae89d8f3f0f6993d81815371fdffdb25e4f9749 0.47 MB 1,046 100
488,813 488,813 0000000000000000008ac1e19f69f3c9d1a81cb79ad6781e8bae326d46e18775 0.67 MB 1,498 98
488,812 488,812 000000000000000000d43584b66680b49aeb3a69ecd8af41c1bc4aa8b1ef504a 0.01 MB 33 1,549
488,811 488,811 0000000000000000001b1edd11529b65cc2014a82ebe9d3d6220509f9bb0c9fd 0.92 MB 2,007 82
488,810 488,810 0000000000000000002645012e5fc9b03d4d49feb75e7c484222aca265f31c5c 0.18 MB 440 97
488,809 488,809 00000000000000000054ceffbdf25bcfa944fae011e6ff08486b6671ca6d1fc6 0.94 MB 1,765 43
488,808 488,808 0000000000000000002d43e8318e89196730e430de6c6762961de56d8092a0dc 1.09 MB 2,486 62
488,807 488,807 00000000000000000076ed07489696f3e4ad9b2c2a0e03e19f10cfa0e960512e 1.04 MB 2,389 130
488,806 488,806 000000000000000000aded61f0935575f63c8d3386fb306be13f85b96fce9d28 1.06 MB 1,922 72
488,805 488,805 000000000000000000033bf2553cab0a864af76a478c54ff6447e9999def877e 1.02 MB 2,346 169
488,804 488,804 000000000000000000771402def6a3e7fcaeb0acde308b4dbbed95fc88c18b24 0.07 MB 166 117
488,803 488,803 0000000000000000008d01754ce3ba5d0016822a0b391b7b9ccacb8b3ce0b8a7 0.33 MB 371 99
488,802 488,802 0000000000000000001675c23d317cd5382889f48a9b8e80618bf862af5f0163 0.43 MB 771 99
488,801 488,801 000000000000000000dabb2f0c182a8a015f66bfa7cb8c00b2d735cdf5e0e5cb 0.20 MB 454 117
488,800 488,800 000000000000000000df11547bcca16aa8b459bf0a1ca6ba4ea64bca60256b15 0.35 MB 861 66
488,799 488,799 00000000000000000051534acf98894d99ab6df38439d619d105885b366b55c6 1.04 MB 2,361 115
488,798 488,798 000000000000000000127e2b2886abbc59931f9e1f493fef5b01733aa7703673 0.36 MB 620 119
488,797 488,797 0000000000000000002c7c22cee63aeee0274f64eb3ecf34f882ea8707c99a2f 0.19 MB 428 117
488,796 488,796 000000000000000000bf7e9ccaa6c9897da0fd44e519bbe3ce660b3d0f42b65a 0.72 MB 1,662 99
488,795 488,795 00000000000000000031ed67047d8b5c02657ed508a2d7e91c0396611a2a6c25 0.39 MB 511 90
Previous 10 blocks ↓
Total Size: 661.65 GB

Node Information

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