Memory Pool Memory Pool Refreshing

26,962 transactions
44.01 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,014 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,787 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,013 (407,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,211 434,211 00000000000000000102a300bc112d7fddb5eeb48fc58685ef7e10d3309e2868 1.00 MB 2,114 67
434,210 434,210 0000000000000000040ae19b698e07514b8f14778046a835aab7aa040422d9b8 1.00 MB 2,458 55
434,209 434,209 000000000000000003d91e97665960bb0573338e8d0c2bc3e785a2b90e965a23 1.00 MB 2,242 62
434,208 434,208 00000000000000000176a098f1e5cb777b03d7e13421bad6d6971bc64fd29f3f 1.00 MB 2,352 63
434,207 434,207 000000000000000000af703a1583554e3f5cdca22be45150ca3b489edf0fff34 1.00 MB 2,514 52
434,206 434,206 000000000000000002d831db33498e4ed0f5c6b6d759b847a24f3de86b2b611d 1.00 MB 2,574 64
434,205 434,205 000000000000000003909b46ef61d2ef8150197e20ac5956b880cb6b803f67a4 1.00 MB 2,514 84
434,204 434,204 000000000000000000d7ffab7c294c10726afb079a97ec71fc054cce56043078 1.00 MB 2,822 66
434,203 434,203 0000000000000000006a76170805d30222d28cb096cd2a8d66c770d2ff85a0ed 1.00 MB 2,704 65
434,202 434,202 000000000000000001919218171c76732bbebbded1041a3e24a5902fbf89f5fc 1.00 MB 2,653 99
434,201 434,201 00000000000000000433c939a4cf007a5a9ecd759d2d190b6081eb5b4a2711ea 1.00 MB 999 34
434,200 434,200 000000000000000002fbc3f01ea7a0957a6c0cfb86bac1da6361f3dbec423411 1.00 MB 284 20
434,199 434,199 000000000000000001570bdc9f4cdb125b66c7d6bf52500360d3456f8d0efc74 1.00 MB 1,898 50
434,198 434,198 0000000000000000040e172df51d98846fbe2de42d377222528567d32a3f7c01 1.00 MB 421 25
434,197 434,197 0000000000000000040d837780688b9a6a14416be7cc45361acd34e3ee5c3960 1.00 MB 267 21
434,196 434,196 0000000000000000027d3efb6628a2ffd86a412436a4a44e8e457011b7fa118e 1.00 MB 2,207 50
434,195 434,195 000000000000000000f4ead7396f0381219ef3745ba25455ef82671dde3998de 0.00 MB 1 0
434,194 434,194 0000000000000000001665dc19cc817fafb03752a2550dc0bbb552c04496bd56 1.00 MB 2,307 54
434,193 434,193 000000000000000001ecd055f975e9c8f4116ad434f6078d4cb1ddfae5f37fe5 1.00 MB 2,235 86
434,192 434,192 00000000000000000265f287c6545ba19f4ef688eb42733a5225fcd5c736c4be 1.00 MB 1,982 48
434,191 434,191 000000000000000003165cc6e502eaf8c5c6d637f5a175f66cb2a16b621e3083 1.00 MB 421 20
Previous 10 blocks ↓
Total Size: 646.78 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,403.88 GB sent, 40.02 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.