Memory Pool Memory Pool Refreshing

68,749 transactions
36.25 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,754 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,385 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,753 (320,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
529,268 529,268 00000000000000000013aac5a1471de2a20df3da578851f0b1e789aa5eec8de0 1.01 MB 151 2
529,267 529,267 0000000000000000001a7c1cf64b3d5714081183154f7f13b15664d909fec0c7 1.04 MB 581 7
529,266 529,266 0000000000000000002e99a233946249ce319a0f58aa84672898075f71102f15 1.06 MB 1,029 13
529,265 529,265 0000000000000000002726ff09ca81d9d84b4ae8bed9f415ff00ce880a94c409 1.03 MB 524 7
529,264 529,264 0000000000000000003153ade1aada839b919c1dea176f935be9413fdcab17c0 1.04 MB 624 14
529,263 529,263 0000000000000000001f7c46c228f7892dffecdf019194dbe6e86b5f1671d00b 1.01 MB 236 2
529,262 529,262 00000000000000000024d111c1607e523ae73af69d4a4c7bc7823b4b189201bf 1.21 MB 2,348 18
529,261 529,261 0000000000000000001af53ae47687a06b6069ca4e3caabba7df46e0f7c322a5 1.15 MB 3,187 53
529,260 529,260 000000000000000000270f6344c890b22aeebbc35fd8a30286f929ef15ad2cc2 1.12 MB 2,127 34
529,259 529,259 000000000000000000345aa2f2819a09ced2b73e6727026d47a4b6bd184e519b 1.02 MB 408 8
529,258 529,258 0000000000000000000ef8e1aae4b0c30872e0da329e6a7f1eb9ccacd913e351 1.02 MB 527 6
529,257 529,257 00000000000000000008ec8a8d7a977bb6d90077e5c3de3e575e1465d7cf744b 1.00 MB 86 1
529,256 529,256 000000000000000000225ea10a2756cc99b0be23d4fec70ba7a2d168d00bec64 1.12 MB 2,112 36
529,255 529,255 000000000000000000100854b0a7294ea6c545252454ba38b933bb1df00d3a9b 1.14 MB 2,212 36
529,254 529,254 0000000000000000000240df443c47569a271d5cf528ac8cd24df8c750a9c6b0 1.05 MB 755 2
529,253 529,253 0000000000000000000f135833262a6d78783cf8dfba24a10418203c9f3750f8 1.18 MB 3,146 48
529,252 529,252 0000000000000000002c427dfeb83c322f869211cd6b5dc8e0e919176bac168b 0.79 MB 1,158 22
529,251 529,251 00000000000000000002b067c2cdf3a47f6abdc85a7ac101977e03779d9a13ba 0.43 MB 619 29
529,250 529,250 00000000000000000013484951694f005b8e4927b473fd2e8dd13c1efd2e6ff8 1.09 MB 385 1
529,249 529,249 00000000000000000031f84a0452adeb4fd77827513fcb720255503938840cc5 1.13 MB 1,810 31
529,248 529,248 0000000000000000000592d9e5a5a96829d10ac9fe2286e5db726c148ae59a2b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 661.04 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: 702.49 GB sent, 4.30 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.