Memory Pool Memory Pool Refreshing

86,499 transactions
37.16 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
849,650 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,421 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,649 (314,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
535,273 535,273 000000000000000000296cee15b28e71e7b86103c0bec9066c6b4dcf1164226c 0.10 MB 146 5
535,272 535,272 0000000000000000001c6a668f8e513dda33e96aabf053b9490b4c136627153a 1.14 MB 2,279 26
535,271 535,271 00000000000000000004b7ab25fa59d1c8b31965b68f1eaafa888db2bd027497 0.82 MB 2,064 36
535,270 535,270 0000000000000000001cfa8d1ae4b0d21edf2205fcfa8921dcc992cd776f56b3 0.23 MB 358 60
535,269 535,269 0000000000000000001b78337521b57ad4af46a2f98ba82ded05bb0acb6f2de2 0.36 MB 896 18
535,268 535,268 00000000000000000004b5cb76ede1d3b26cff2e396de88daec788642f8659f3 0.22 MB 541 17
535,267 535,267 00000000000000000002412f37a007671a3bcc0081db569821211d80768e011a 0.41 MB 965 19
535,266 535,266 000000000000000000225285886a653400ac407990046536d74d28fb7db5f8b2 0.23 MB 516 16
535,265 535,265 000000000000000000257e8a18db3ff27a7aa15e6180df51591bc7777801cee5 0.08 MB 232 20
535,264 535,264 00000000000000000026c03b9b3e3ded1ae994b4b3f76797194998acff532f88 0.64 MB 1,418 17
535,263 535,263 0000000000000000000f65828a73c92ed306f548ec01c868655b49e6649f6f14 1.23 MB 2,572 14
535,262 535,262 0000000000000000002aa6d488e3704564b7f57f5b1dcb494a24b12d6448038d 0.52 MB 840 20
535,261 535,261 0000000000000000000f3426bef395b92bdcae4e47fe9e3d9db8aa394496616a 0.10 MB 311 34
535,260 535,260 000000000000000000250198c4e91b4c3a5001bd865b27b28134cb9af5804311 0.69 MB 1,003 5
535,259 535,259 0000000000000000002916ca0b8f5d469438955919829d25db6b9e61035e329a 1.26 MB 2,132 6
535,258 535,258 0000000000000000000413d5269b38923476d998b5b7ab09bb5c1d4268602bb6 1.07 MB 2,105 25
535,257 535,257 00000000000000000014f75607059d4be5e777e1cd76b7b806f5f9beaac6cab7 0.19 MB 387 15
535,256 535,256 00000000000000000023ecd5230211ee9c4e966f3cb026a8faeaafc01e6bb6d3 0.64 MB 1,245 14
535,255 535,255 000000000000000000201766fd76f3a03a24df07abb74a9fe9c6647fb5c37c9d 0.52 MB 912 29
535,254 535,254 00000000000000000005ba3e9f47fd6b62af6208cec7e5c2c3a11c991d8871b0 0.05 MB 158 19
535,253 535,253 000000000000000000048b2088056a42f2045a6dbb0437655dbd5c697ccc9c77 0.52 MB 852 9
Previous 10 blocks ↓
Total Size: 660.84 GB

Node Information

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